fix: move audit up

This commit is contained in:
Wyatt Johnson
2018-07-17 12:51:24 -06:00
parent 7c139a37b4
commit 189623a367
+3 -3
View File
@@ -24,12 +24,12 @@ jobs:
- run:
name: Update NPM
command: sudo npm update -g npm
- run:
name: Install dependencies
command: npm install
- run:
name: Audit dependencies
command: npm audit
- run:
name: Install dependencies
command: npm install
- save_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
paths: