NicolasLepinette 5 years ago
parent
commit
9435453d67
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -22,6 +22,9 @@ 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: Start
command: yarn start
- run: - run:
name: Format check name: Format check
command: yarn format:check --write command: yarn format:check --write

Loading…
Cancel
Save