Browse Source

update

master
NicolasLepinette 5 years ago
parent
commit
d5a5908863
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -25,6 +25,9 @@ jobs:
- run:
name: Format check
command: yarn format:check --write
- run:
name: Start
command: npm start
- run:
name: Test
command: yarn test

Loading…
Cancel
Save