Skip to content

Commit a60187b

Browse files
lewisdalySam
authored andcommitted
Add --silent flag to npm run audit:check to ensure we print valid JSON, bump package version to 7.2.0 (#39)
1 parent 06635de commit a60187b

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
@@ -346,7 +346,7 @@ jobs:
346346
command: mkdir -p ./audit/results
347347
- run:
348348
name: Check for new npm vulnerabilities
349-
command: npm run audit:check -- --json > ./audit/results/auditResults.json
349+
command: npm run audit:check --silent -- --json > ./audit/results/auditResults.json
350350
- store_artifacts:
351351
path: ./audit/results
352352
prefix: audit

0 commit comments

Comments
 (0)