Browse Source

configurer installation

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

7
.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" }}
Loading…
Cancel
Save