Browse Source

🔧 add format check cmd

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

2
.circleci/config.yml

@ -31,7 +31,7 @@ jobs:
- <<: *save_cache
- run:
name: Test
command: yarn run test
command: yarn run test && yarn format:check
build:
executor: node
steps:

Loading…
Cancel
Save