Skip to content

Commit

Permalink
fix: omit dev dependencies when running audit (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmannjan authored Jun 28, 2023
1 parent 3595a28 commit 9532eaa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cep-78-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Audits
working-directory: ./client-js
run: npm audit
run: npm audit --omit=dev

- name: Lints
working-directory: ./client-js
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9532eaa

Please sign in to comment.