diff --git a/apps/api/project.json b/apps/api/project.json index e7603e023..4e1affb13 100644 --- a/apps/api/project.json +++ b/apps/api/project.json @@ -38,6 +38,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" },