Browse Source

Updated config.yml

pull/1/head
Anthony Quéré 5 years ago
parent
commit
238cffa9cd
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -30,7 +30,7 @@ jobs:
steps:
- restore_cache:
keys:
- npm-v1-lint-{{ checksum "yarn.lock" }}
- npm-v1-lint-{{ checksum "src" }}
- run:
name: Check files format
command: yarn format:check
@ -41,7 +41,7 @@ jobs:
- save_cache:
name: Save linted files
key: npm-v1-lint-{{ checksum "yarn.lock" }}
key: npm-v1-lint-{{ checksum "src" }}
paths:
- src
test-ci:

Loading…
Cancel
Save