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
|
|
@ -27,7 +27,7 @@ jobs: |
|
|
username: nicodrg |
|
|
username: nicodrg |
|
|
password: Ndrg100394 |
|
|
password: Ndrg100394 |
|
|
steps: |
|
|
steps: |
|
|
- chekcout |
|
|
|
|
|
|
|
|
- checkout |
|
|
- restore_cache: |
|
|
- restore_cache: |
|
|
name: Restore Yarn package cache |
|
|
name: Restore Yarn package cache |
|
|
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
|