Browse Source

Update config.yml

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

2
.circleci/config.yml

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