Pipe audit results to a json file so lerna does not overflow (#515)

* Pipe audit results to a json file so lerna does not overflow

* reorder flags and args
This commit is contained in:
Thomas Boop
2020-07-14 16:05:53 -04:00
committed by GitHub
parent 8fdeff41f3
commit 95a10d23fa
9 changed files with 9 additions and 8 deletions

View File

@@ -28,7 +28,7 @@
"directory": "packages/tool-cache"
},
"scripts": {
"audit-moderate": "npm install && npm audit --audit-level=moderate",
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},