2
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-02-26 04:03:02 +08:00

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" }} key: node_modules_{{ checksum "package.json" }}
- run: - run:
name: Install node modules name: Install node modules
command: npm i command: npm ci
- save_cache: - save_cache:
key: node_modules_{{ checksum "package.json" }} key: node_modules_{{ checksum "package.json" }}
paths: paths: