Browse Source

🔧 fix format check cmd

build_and_test_config
hallouma875 5 years ago
parent
commit
325bee04d8
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -32,7 +32,6 @@ jobs:
- <<: *restore_cache
- <<: *install_node_modules
- <<: *save_cache
- <<: *check-formatting
- run:
name: Test
command: yarn run test
@ -44,7 +43,7 @@ jobs:
- <<: *install_node_modules
- run:
name: Build
command: yarn run build
command: yarn run build && yarn format:check
- persist_to_workspace:
root: ./
paths:

Loading…
Cancel
Save