Browse Source

configurer installation

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

2
.circleci/config.yml

@ -9,6 +9,6 @@ jobs:
- npm-v1-dependencies-{{ checksum "yarn.lock" }} - npm-v1-dependencies-{{ checksum "yarn.lock" }}
-save_cache: -save_cache:
paths: paths:
- ~/.cache/yarn
- ~/.cache/npm
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
Loading…
Cancel
Save