From aa3bf9fe4593728e37dac73305e9741dc8b2605a Mon Sep 17 00:00:00 2001 From: sipe-daniel Date: Thu, 3 Dec 2020 08:27:13 +0100 Subject: [PATCH] perf(.circleci/config.yml): remove npm cache clean code --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1574733..527348b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,9 @@ jobs: at: /tmp - run: name: Deploy app - 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 + command: | + npm install netlify-cli -g + netlify deploy --prod --auth 4942a1124577b1e13d46 --dir /tmp/server-doc --site 5ef7c201-b2f5-43c9-b8b6-7495e12e61af back-test-unit: docker: - image: circleci/node:dubnium-browsers