KheliaNibaruta
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
5 deletions
-
.circleci/config.yml
|
|
|
@ -5,10 +5,7 @@ jobs: |
|
|
|
- image: cimg/node:14.10.1 # the primary container, where your job's commands are run |
|
|
|
steps: |
|
|
|
- restore_cache: |
|
|
|
key: |
|
|
|
keys: |
|
|
|
- npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
|
- save_cache: |
|
|
|
paths: |
|
|
|
- ~/.cache/npm |
|
|
|
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
|
|
|
|
|
|