|
|
@ -8,11 +8,10 @@ jobs: |
|
|
|
|
|
|
|
|
- restore_cache: |
|
|
- restore_cache: |
|
|
name: restore yarn package cache |
|
|
name: restore yarn package cache |
|
|
keys: |
|
|
|
|
|
- npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
|
|
|
|
|
|
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
- run: yarn global add node-gyp && yarn install |
|
|
- run: yarn global add node-gyp && yarn install |
|
|
- save_cache: |
|
|
- save_cache: |
|
|
name: sa ve yarn package cache |
|
|
name: sa ve yarn package cache |
|
|
keys: npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
|
|
|
|
|
|
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
paths: |
|
|
paths: |
|
|
- ~/.cache/yarn |
|
|
- ~/.cache/yarn |