We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5b21c commit 7d1b6dcCopy full SHA for 7d1b6dc
2 files changed
.circleci/config.yml
@@ -21,7 +21,7 @@ jobs:
21
key: v1-dependencies-{{ checksum "package.json" }}
22
- run:
23
name: Audit
24
- command: npm audit --audit-level=critical
+ command: npm audit --audit-level=low --production
25
26
name: Lint
27
command: npm run lint
0 commit comments