Browse Source

Updated config.yml

adding_ci
Anatole De Chauveron 5 years ago
parent
commit
635e24a414
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -39,7 +39,9 @@ jobs:
- npm-v1-dependencies-
- run:
name: "lint step"
command: yarn lint | yarn format:check
command: |
yarn lint
yarn format:check
- run:
name: "yarn test"
command: yarn test

Loading…
Cancel
Save