Browse Source

configurer installation

main
KheliaNibaruta 6 years ago
committed by GitHub
parent
commit
e299cd2089
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -7,7 +7,7 @@ jobs:
- restore_cache:
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
-save_cache:
- save_cache:
paths:
- ~/.cache/npm
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}

Loading…
Cancel
Save