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

@@ -2,6 +2,7 @@
"name": "root",
"private": true,
"scripts": {
"audit-all": "lerna run audit-moderate",
"bootstrap": "lerna bootstrap",
"build": "lerna run tsc",
"check-all": "concurrently \"npm:format-check\" \"npm:lint\" \"npm:test\" \"npm:build -- -- --noEmit\"",