Browse Source

Update config.yml

main
Tarskan 5 years ago
parent
commit
3edbac0e36
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -15,4 +15,5 @@ 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" }}
- save_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
Loading…
Cancel
Save