|
|
@ -10,8 +10,8 @@ jobs: |
|
|
- checkout # check out the code in the project directory |
|
|
- checkout # check out the code in the project directory |
|
|
- run: yarn global add node-gyp && yarn install |
|
|
- run: yarn global add node-gyp && yarn install |
|
|
- restore_cache: |
|
|
- restore_cache: |
|
|
key: yarn-packages-{{ checksum "yarn.lock" }} |
|
|
|
|
|
|
|
|
key: yarn-packages-{{ checksum "yarn.lock" }} |
|
|
- save_cache: |
|
|
- save_cache: |
|
|
key: yarn-packages-{{ checksum "yarn.lcok" }} |
|
|
|
|
|
paths: |
|
|
|
|
|
- ~/.cache/yarn |
|
|
|
|
|
|
|
|
key: yarn-packages-{{ checksum "yarn.lcok" }} |
|
|
|
|
|
paths: |
|
|
|
|
|
- ~/.cache/yarn |