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: