added different install

This commit is contained in:
Wyatt Johnson
2018-06-27 12:19:54 -06:00
parent b1f71a8b3e
commit 68794d5919
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: Install dependencies
command: npm ci
command: npm install
- save_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
paths: