Skip to content

Commit 06ae4fd

Browse files
authored
Update npm ci command to ignore scripts
1 parent ba5e5bf commit 06ae4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
node-version: 13
2020
- name: Run eslint
2121
run: |
22-
npm ci
22+
npm ci --ignore-scripts
2323
npm run lint

0 commit comments

Comments
 (0)