mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
fix restore cache key
This commit is contained in:
parent
3f2a983c6e
commit
3d82d0d592
@ -19,7 +19,7 @@ jobs:
|
|||||||
paths:
|
paths:
|
||||||
- ~/ionic-site/
|
- ~/ionic-site/
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: node_modules
|
key: node-modules-{{ checksum "package.json" }}
|
||||||
- run:
|
- run:
|
||||||
name: Install node modules
|
name: Install node modules
|
||||||
command: npm i
|
command: npm i
|
||||||
|
Loading…
Reference in New Issue
Block a user