Browse Source

step 3 yarn before

pull/1/merge
guidezSeb 6 years ago
parent
commit
357a73687b
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -21,6 +21,6 @@ jobs:
paths: paths:
- ~/.cache/yarn - ~/.cache/yarn
- run: yarn lint - run: yarn lint
- run: yarn format:write
- run: yarn format:check - run: yarn format:check
- run: yarn test:ci
- run: yarn format:write
- run: yarn test:ci
Loading…
Cancel
Save