Browse Source

Update config.yml

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

2
.circleci/config.yml

@ -47,4 +47,4 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run: yarn test:ci
- run: yarn test
Loading…
Cancel
Save