From dc51b7b74b2254e9e5aeba1b182049ddccb76e95 Mon Sep 17 00:00:00 2001 From: hallouma875 Date: Sat, 27 Mar 2021 14:51:26 +0100 Subject: [PATCH] :wrench: fix format check cmd order --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ef32d56..9f4e581 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,11 +39,12 @@ jobs: executor: node steps: - checkout + - <<: *check-formatting - <<: *restore_cache - <<: *install_node_modules - run: name: Build - command: yarn format:check && yarn run build + command: yarn run build - persist_to_workspace: root: ./ paths: