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

@@ -26,6 +26,7 @@
"directory": "packages/github"
},
"scripts": {
"audit-moderate": "npm install && npm audit --audit-level=moderate",
"test": "jest",
"build": "tsc",
"format": "prettier --write **/*.ts",