Browse Source

Clean up dist folders

pull/3053/head
Thomas Kaul 2 years ago
parent
commit
b0386f1568
  1. 3
      apps/api/project.json
  2. 3
      apps/client/project.json

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

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

Loading…
Cancel
Save