Browse Source

update config.yml

main
Zelleg 5 years ago
parent
commit
c17c41fa02
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -9,5 +9,9 @@ jobs:
steps: steps:
- checkout # check out the code in the project directory - checkout # check out the code in the project directory
- run: yarn install - run: yarn install
- save_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths:
- ~/.stack
- restore_cache: - restore_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
Loading…
Cancel
Save