Browse Source

💚 Fix lint job commands

pull/1/head
anthony 5 years ago
parent
commit
ada68bd445
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -57,11 +57,11 @@ jobs:
- setup_dependencies
- run:
name: Check files format
command: yarn format:check
command: yarn format:write
- run:
name: Lint files
command: yarn lint
command: yarn format:check
docker-build:
<<: *shared-config

Loading…
Cancel
Save