Skip to content

Commit

Permalink
build: only audit production dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss authored Jun 15, 2021
1 parent 389f65a commit df31f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
- run: yarn audit
- run: yarn audit --groups dependencies

0 comments on commit df31f71

Please sign in to comment.