mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-08-04 00:00:08 +08:00
fix restore cache key
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user