Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

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 17, 2023
1 parent 2d35989 commit c7ec2a4
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c7ec2a4

Please sign in to comment.