Browse Source

🔧 fix format check cmd

build_and_test_config
hallouma875 5 years ago
parent
commit
8f29f8cec8
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -43,7 +43,7 @@ jobs:
- <<: *install_node_modules
- run:
name: Build
command: yarn run build && yarn format:check
command: yarn format:check && yarn run build
- persist_to_workspace:
root: ./
paths:

Loading…
Cancel
Save