mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
replace cache pattern since we messed it up
This commit is contained in:
parent
7c8c71bdc8
commit
75ee0418bf
@ -19,12 +19,12 @@ jobs:
|
||||
paths:
|
||||
- ~/ionic-site/
|
||||
- restore_cache:
|
||||
key: node-modules-{{ checksum "package.json" }}
|
||||
key: {{ checksum "package.json" }}-node-modules
|
||||
- run:
|
||||
name: Install node modules
|
||||
command: npm i
|
||||
- save_cache:
|
||||
key: node-modules-{{ checksum "package.json" }} # used cached node_modules if package.json didn't change
|
||||
key: {{ checksum "package.json" }}-node-modules # used cached node_modules if package.json didn't change
|
||||
paths:
|
||||
- ~/ionic-native/node_modules/
|
||||
- run:
|
||||
|
Loading…
Reference in New Issue
Block a user