Browse Source

Update config.yml

main
NicolasLepinette 6 years ago
committed by GitHub
parent
commit
a9033a031f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -12,6 +12,6 @@ jobs:
- run: yarn format:check - run: yarn format:check
- run: yarn test:ci - run: yarn test:ci
- save_cache: - save_cache:
key: yarn-packages-{{ checksum "yarn.lock" }}
key: yarn-packages-{{ checksum "yarn.lcok" }}
paths: paths:
- ./node_modules - ./node_modules
Loading…
Cancel
Save