We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06635de commit a60187bCopy full SHA for a60187b
.circleci/config.yml
@@ -346,7 +346,7 @@ jobs:
346
command: mkdir -p ./audit/results
347
- run:
348
name: Check for new npm vulnerabilities
349
- command: npm run audit:check -- --json > ./audit/results/auditResults.json
+ command: npm run audit:check --silent -- --json > ./audit/results/auditResults.json
350
- store_artifacts:
351
path: ./audit/results
352
prefix: audit
0 commit comments