committed by
GitHub
1 changed files with 0 additions and 20 deletions
@ -1,20 +0,0 @@ |
|||||
version: 2 |
|
||||
jobs: |
|
||||
build: |
|
||||
docker: |
|
||||
- image: circleci/node:12 |
|
||||
steps: |
|
||||
- checkout |
|
||||
- restore_cache: |
|
||||
keys: |
|
||||
- dependencies-{{ checksum "yarn.lock" }} |
|
||||
- run: |
|
||||
name: Install |
|
||||
command: yarn install --pure-lockfile |
|
||||
- save_cache: |
|
||||
paths: |
|
||||
- node_modules |
|
||||
key: dependencies-{{ checksum "yarn.lock" }} |
|
||||
- run: |
|
||||
name: Check Prettier, ESLint, Flow |
|
||||
command: yarn ci-check |
|
Loading…
Reference in new issue