Browse Source

🔧 fix format check cmd

build_and_test_config
hallouma875 5 years ago
parent
commit
8e58dd42fe
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -29,6 +29,7 @@ jobs:
executor: node
steps:
- checkout
- <<: *check_formatting
- <<: *restore_cache
- <<: *install_node_modules
- <<: *save_cache
@ -39,7 +40,6 @@ jobs:
executor: node
steps:
- checkout
- <<: *check_formatting
- <<: *restore_cache
- <<: *install_node_modules
- run:

Loading…
Cancel
Save