Skip to content

Commit

Permalink
Added --silent flag to fix circleci artifacts, updated to 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisdaly committed Aug 21, 2019
1 parent a7f1d32 commit 71bc4c2
Show file tree
Hide file tree
Showing 3 changed files with 1,271 additions and 348 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,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
Loading

0 comments on commit 71bc4c2

Please sign in to comment.