From e1929d5c1de5b3af4a1f733f7c8f460c4ec5c015 Mon Sep 17 00:00:00 2001 From: hallouma875 Date: Sat, 27 Mar 2021 14:41:37 +0100 Subject: [PATCH] :wrench: fix format check cmd --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ac0c3c..c513b32 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,8 +13,8 @@ aliases: run: command: yarn install check-formatting: &check-formatting - steps: - - run: yarn format:check + run: + command: yarn format:check save_cache: &save_cache save_cache: key: yarn-cache-netlify-{{ checksum "yarn.lock" }}