Skip to content

Commit

Permalink
fix: remove dev dependencies from audit
Browse files Browse the repository at this point in the history
  • Loading branch information
gyroflaw committed Jul 5, 2023
1 parent ec7f8f7 commit f23f974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-casper-client-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm install

- name: Audits
run: npm audit
run: npm audit --omit=dev

- name: Lints
run: npm run lint:ci
Expand Down

0 comments on commit f23f974

Please sign in to comment.