ndrg13
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.circleci/config.yml
|
|
@ -16,7 +16,7 @@ jobs: |
|
|
command: yarn global add node-gyp && yarn install |
|
|
command: yarn global add node-gyp && yarn install |
|
|
- save_cache: |
|
|
- save_cache: |
|
|
key: npm-v5-dependencies-{{ checksum "yarn.lock" }} |
|
|
key: npm-v5-dependencies-{{ checksum "yarn.lock" }} |
|
|
path: |
|
|
|
|
|
|
|
|
paths: |
|
|
- ~/.cache/yarn5 |
|
|
- ~/.cache/yarn5 |
|
|
lint: |
|
|
lint: |
|
|
executor: my-executor |
|
|
executor: my-executor |
|
|
|