|
|
@ -12,9 +12,9 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
# Commands are run in a Windows virtual machine environment |
|
|
# Commands are run in a Windows virtual machine environment |
|
|
- checkout |
|
|
- checkout |
|
|
- run: |
|
|
|
|
|
name: Install dependencies |
|
|
|
|
|
command: npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
|
|
|
|
|
|
- restore_cache: |
|
|
|
|
|
keys: |
|
|
|
|
|
- npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
- run: |
|
|
- run: |
|
|
name: Install node-gyp |
|
|
name: Install node-gyp |
|
|
command: yarn global add node-gyp && yarn install |
|
|
command: yarn global add node-gyp && yarn install |