From 83b74f58c43cc8509053719a7f6653cea1e0ffc8 Mon Sep 17 00:00:00 2001 From: hallouma875 Date: Sat, 27 Mar 2021 16:32:34 +0100 Subject: [PATCH] :wrench: change format check order excute --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 12feddf..1dbea52 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,6 +21,7 @@ aliases: paths: - ./node_modules + version: 2.1 orbs: node: circleci/node@3.0.0 @@ -29,7 +30,6 @@ jobs: executor: node steps: - checkout - - <<: *check_formatting - <<: *restore_cache - <<: *install_node_modules - <<: *save_cache @@ -40,6 +40,7 @@ jobs: executor: node steps: - checkout + - <<: *check_formatting - <<: *restore_cache - <<: *install_node_modules - run: