Skip to content

Commit

Permalink
Add --silent flag to npm run audit:check to ensure we print valid JSO…
Browse files Browse the repository at this point in the history
…N, bump package version to 7.2.1 (#82)
  • Loading branch information
lewisdaly authored and Sam committed Aug 14, 2019
1 parent 849d295 commit 82dfe0e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:
command: mkdir -p ./audit/results
- run:
name: Check for new npm vulnerabilities
command: npm run audit:check -- --json > ./audit/results/auditResults.json
command: npm run audit:check --silent -- --json > ./audit/results/auditResults.json
- store_artifacts:
path: ./audit/results
prefix: audit
Expand Down
41 changes: 11 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 82dfe0e

Please sign in to comment.