Skip to content

Commit

Permalink
ci: add --ignore-scripts to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack committed Dec 22, 2023
1 parent 1151a3a commit c88326c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-on-push-to-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:

- name: Install
if: matrix.node-version != '14.x'
run: npm ci
# Without --ignore-scripts we get "footer's lines must not be longer than 100 characters [footer-max-line-length]"
# on the release step
run: npm ci --ignore-scripts

- name: Test
run: npm test
Expand Down

0 comments on commit c88326c

Please sign in to comment.