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 57f3c91 commit 45b260fCopy full SHA for 45b260f
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
check-latest: true
21
node-version-file: '.nvmrc'
22
- - run: npm ci
+ - run: npm ci --ignore-scripts
23
- run: npm run lint
24
- run: npm run test
25
0 commit comments