Browse Source

step 3 format:write

pull/1/merge
guidezSeb 6 years ago
parent
commit
1792e5fb31
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -22,4 +22,5 @@ jobs:
- ~/.cache/yarn
- run: yarn lint
- run: yarn format:check
- run: yarn test:ci
- run: yarn test:ci
- run: yarn format:write
Loading…
Cancel
Save