From 635e24a4146e89a42b47d0837e4e35c94c927476 Mon Sep 17 00:00:00 2001 From: Anatole De Chauveron <54862351+Anatole-DC@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:18:22 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 61a3716..41757f9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,7 +39,9 @@ jobs: - npm-v1-dependencies- - run: name: "lint step" - command: yarn lint | yarn format:check + command: | + yarn lint + yarn format:check - run: name: "yarn test" command: yarn test