chore(circle-ci): optim "npm install"

This commit is contained in:
Daniel Sogl 2019-05-16 07:04:44 +02:00
parent 4c6dc71cbe
commit 3e0a7395ca

View File

@ -22,7 +22,7 @@ jobs:
key: node_modules_{{ checksum "package.json" }}
- run:
name: Install node modules
command: npm i
command: npm ci
- save_cache:
key: node_modules_{{ checksum "package.json" }}
paths: