Browse Source

Update config.yml

main
Tarskan 5 years ago
parent
commit
442a4cb4e2
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

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