Skip to content

Commit

Permalink
omit dev deps in audit
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 15, 2023
1 parent d2abc17 commit 8a1c63b
Show file tree
Hide file tree
Showing 3 changed files with 1,366 additions and 1,260 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: npm run build

- name: Audit
run: npm audit --audit-level=moderate
run: npm audit --audit-level=moderate --omit=dev
Loading

0 comments on commit 8a1c63b

Please sign in to comment.