feat: added npm audit

This commit is contained in:
Wyatt Johnson
2018-07-17 12:42:06 -06:00
parent caec45a0c6
commit 54e99dec12
+3
View File
@@ -24,6 +24,9 @@ jobs:
- run:
name: Install dependencies
command: npm install
- run:
name: Audit dependencies
command: npm audit
- save_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
paths: