Clean up dist folders (#3053)

pull/3059/head
Thomas Kaul 3 months ago committed by GitHub
parent 5b20ba3382
commit 2bc8bebfb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -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