From 0ba9fe188c7c5a41da48e017d4b264b656da9784 Mon Sep 17 00:00:00 2001 From: sipe-daniel Date: Thu, 3 Dec 2020 07:36:05 +0100 Subject: [PATCH] remove f on the npm cache clean command --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8933420..1574733 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ jobs: at: /tmp - run: name: Deploy app - command: sudo npm install netlify-cli -g && npm cache clean -f && netlify deploy --prod --auth 4942a1124577b1e13d46 --dir /tmp/server-doc --site 5ef7c201-b2f5-43c9-b8b6-7495e12e61af + command: sudo npm install netlify-cli -g && npm cache clean && netlify deploy --prod --auth 4942a1124577b1e13d46 --dir /tmp/server-doc --site 5ef7c201-b2f5-43c9-b8b6-7495e12e61af back-test-unit: docker: - image: circleci/node:dubnium-browsers