Browse Source

update

master
NicolasLepinette 5 years ago
parent
commit
9b6ddde736
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -22,12 +22,12 @@ jobs:
- restore_cache: - restore_cache:
keys: keys:
- yarn-packages-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }} - yarn-packages-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
- run:
name: Format write
command: yarn format:write
- run: - run:
name: Format check name: Format check
command: yarn format:check --write command: yarn format:check --write
- run:
name: Start
command: npm start
- run: - run:
name: Test name: Test
command: yarn test command: yarn test

Loading…
Cancel
Save