Browse Source

update

master
NicolasLepinette 5 years ago
parent
commit
2d177d2a76
  1. 3
      .circleci/config.yml
  2. 11499
      yarn.lock

3
.circleci/config.yml

@ -22,9 +22,6 @@ 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

11499
yarn.lock
File diff suppressed because it is too large
View File

Loading…
Cancel
Save