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