From 4590884a342039e9fa17468674ac81832bbc9f39 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 11 May 2019 22:56:25 +0100 Subject: [PATCH] chore: add cleanup phases License: MIT Signed-off-by: Henrique Dias --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 93c6eba4..8b53878b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,6 +19,9 @@ jobs: - run: name: "Build" command: ./wizard.sh -a + - run: + name: "Cleanup" + command: rm -rf frontend/node_modules - persist_to_workspace: root: . paths: @@ -32,6 +35,9 @@ jobs: - run: name: "Compile" command: ./wizard.sh -c + - run: + name: "Cleanup" + command: rm -rf frontend/build - persist_to_workspace: root: . paths: