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" },