We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5e5bf commit 06ae4fdCopy full SHA for 06ae4fd
.github/workflows/linter.yml
@@ -19,5 +19,5 @@ jobs:
19
node-version: 13
20
- name: Run eslint
21
run: |
22
- npm ci
+ npm ci --ignore-scripts
23
npm run lint
0 commit comments