From b0386f15684c125848d50a2859afa806b0e54be5 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 25 Feb 2024 19:08:41 +0100 Subject: [PATCH] Clean up dist folders --- apps/api/project.json | 3 +++ apps/client/project.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/apps/api/project.json b/apps/api/project.json index a9181b1eb..cb76ba334 100644 --- a/apps/api/project.json +++ b/apps/api/project.json @@ -37,6 +37,9 @@ "executor": "nx:run-commands", "options": { "commands": [ + { + "command": "shx rm -rf dist/apps/api" + }, { "command": "shx mkdir -p dist/apps/api/assets/locales" }, diff --git a/apps/client/project.json b/apps/client/project.json index c784e4b83..8d778bef4 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -107,6 +107,9 @@ "executor": "nx:run-commands", "options": { "commands": [ + { + "command": "shx rm -rf dist/apps/client" + }, { "command": "shx mkdir -p dist/apps/client/.well-known" },