From 7c0db02019d103ee48e14f40f452dd19d3151ade Mon Sep 17 00:00:00 2001 From: julienwoll Date: Fri, 22 Sep 2023 15:08:42 +0200 Subject: [PATCH] verbose --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7bf3df6..fb47e70 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,7 +40,7 @@ jobs: curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter chmod +x ./cc-test-reporter - - run: npm install --legacy-peer-deps + - run: npm install --legacy-peer-deps --loglevel verbose # code climate requires before-build and after-build to be executed around test - run: