ndrg13
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
2 deletions
-
.circleci/config.yml
|
|
@ -18,8 +18,6 @@ jobs: |
|
|
- save_cache: |
|
|
- save_cache: |
|
|
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: |
|
|
|
|
|
- ~/.cache.yarn |
|
|
|
|
|
|
|
|
|
|
|
lint: |
|
|
lint: |
|
|
docker: |
|
|
docker: |
|
|
|