Skip to content

Commit df31f71

Browse files
authored
build: only audit production dependencies
1 parent 389f65a commit df31f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
- uses: actions/setup-node@v2
4646
with:
4747
node-version: 14.x
48-
- run: yarn audit
48+
- run: yarn audit --groups dependencies

0 commit comments

Comments
 (0)