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
|
|
@ -22,7 +22,7 @@ jobs: |
|
|
name: Save Yarn package cache |
|
|
name: Save Yarn package cache |
|
|
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
paths: |
|
|
paths: |
|
|
- ./.cache/yarn |
|
|
|
|
|
|
|
|
- ~/.cache/yarn2 |
|
|
lint: |
|
|
lint: |
|
|
executor: my-executor |
|
|
executor: my-executor |
|
|
steps: |
|
|
steps: |
|
|
|