We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec6839 commit ad9ff59Copy full SHA for ad9ff59
1 file changed
.github/workflows/CI.yml
@@ -115,8 +115,10 @@ jobs:
115
node-version: ${{ matrix.node_version }}
116
architecture: ${{ matrix.node_arch }}
117
118
- - name: Install dependencies and build
119
- run: npm install
+ - name: Install dependencies only
+ run: |
120
+ npm install --ignore-scripts
121
+ npm run js:build
122
123
- name: Download articats
124
uses: actions/download-artifact@v2
0 commit comments