From a3f14b41570f7ba97dc8b2e304d5c0f7ed52fe8e Mon Sep 17 00:00:00 2001 From: sipe-daniel Date: Thu, 3 Dec 2020 04:16:57 +0100 Subject: [PATCH] small change --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ad99685..8933420 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 && 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 -f && netlify deploy --prod --auth 4942a1124577b1e13d46 --dir /tmp/server-doc --site 5ef7c201-b2f5-43c9-b8b6-7495e12e61af back-test-unit: docker: - image: circleci/node:dubnium-browsers