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:
parent
4c6dc71cbe
commit
3e0a7395ca
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user