Skip to content

Commit 2450bfc

Browse files
committed
chore(ci): only audit dependencies
1 parent 59f11c9 commit 2450bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
at: ~/project
5454
- run:
5555
name: Security Audit
56-
command: yarn audit
56+
command: yarn audit --groups dependencies
5757

5858
test-unit:
5959
<<: *defaults

0 commit comments

Comments
 (0)