Skip to content

Commit 45b260f

Browse files
authored
ci(ci): ignore scripts (#700)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 57f3c91 commit 45b260f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
check-latest: true
2121
node-version-file: '.nvmrc'
22-
- run: npm ci
22+
- run: npm ci --ignore-scripts
2323
- run: npm run lint
2424
- run: npm run test
2525

0 commit comments

Comments
 (0)