1
Fork 0

Install dependencies with npm ci

This commit is contained in:
Jake Howard 2019-11-16 20:41:15 +00:00
parent bf65dde051
commit 6e2672583c
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -18,7 +18,7 @@ jobs:
key: npm-{{ checksum "package-lock.json" }}
- run:
name: Install dependencies
command: npm install
command: npm ci
- save_cache:
key: npm-{{ checksum "package-lock.json" }}
paths: