audit security vulnerabilities as part of ci (#280)

This commit is contained in:
Bryan MacFarlane
2020-01-03 17:54:10 -05:00
committed by GitHub
parent 4e69ce10e9
commit 803934eca0
11 changed files with 18 additions and 19 deletions

View File

@@ -27,6 +27,7 @@
"directory": "packages/core"
},
"scripts": {
"audit-moderate": "npm install && npm audit --audit-level=moderate",
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},