We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ee8da commit 7da6d10Copy full SHA for 7da6d10
.github/workflows/nodejs.yml
@@ -14,7 +14,7 @@ jobs:
14
node-version: ${{ matrix.node-version }}
15
- name: npm install, build, and test
16
run: |
17
- npm ci
+ # npm ci
18
npm run build --if-present
19
npm test
20
env:
0 commit comments