Thaisrr
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
7 deletions
-
.circleci/config.yml
|
|
@ -16,10 +16,3 @@ jobs: |
|
|
- image: cimg/node:14.10.1 |
|
|
- image: cimg/node:14.10.1 |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
- restore_cache: |
|
|
|
|
|
key: yarn-packages-{{ checksum "yarn.lock" }} |
|
|
|
|
|
- run: yarn global add node-gyp && yarn install |
|
|
|
|
|
- save_cache: |
|
|
|
|
|
key: yarn-packages-{{ checksum "yarn.lock" }} |
|
|
|
|
|
path: |
|
|
|
|
|
- ./node_modules |
|
|
|