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