Browse Source

🔧 fix format check cmd

build_and_test_config
hallouma875 5 years ago
parent
commit
e1929d5c1d
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -13,8 +13,8 @@ aliases:
run: run:
command: yarn install command: yarn install
check-formatting: &check-formatting check-formatting: &check-formatting
steps:
- run: yarn format:check
run:
command: yarn format:check
save_cache: &save_cache save_cache: &save_cache
save_cache: save_cache:
key: yarn-cache-netlify-{{ checksum "yarn.lock" }} key: yarn-cache-netlify-{{ checksum "yarn.lock" }}

Loading…
Cancel
Save