Browse Source

🔧 change format check order excute

build_and_test_config
hallouma875 5 years ago
parent
commit
83b74f58c4
  1. 3
      .circleci/config.yml

3
.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:

Loading…
Cancel
Save