From e77d7ef7d47a439e992211aec401fb070a8b16e4 Mon Sep 17 00:00:00 2001 From: hallouma875 Date: Sat, 27 Mar 2021 14:25:42 +0100 Subject: [PATCH] :wrench: add format check cmd --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 58236c2..60eb789 100644 --- a/.circleci/config.yml +++ b/.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: