Clean up dist folders (#3053)
This commit is contained in:
parent
5b20ba3382
commit
2bc8bebfb8
@ -38,6 +38,9 @@
|
|||||||
"executor": "nx:run-commands",
|
"executor": "nx:run-commands",
|
||||||
"options": {
|
"options": {
|
||||||
"commands": [
|
"commands": [
|
||||||
|
{
|
||||||
|
"command": "shx rm -rf dist/apps/api"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "shx mkdir -p dist/apps/api/assets/locales"
|
"command": "shx mkdir -p dist/apps/api/assets/locales"
|
||||||
},
|
},
|
||||||
|
@ -107,6 +107,9 @@
|
|||||||
"executor": "nx:run-commands",
|
"executor": "nx:run-commands",
|
||||||
"options": {
|
"options": {
|
||||||
"commands": [
|
"commands": [
|
||||||
|
{
|
||||||
|
"command": "shx rm -rf dist/apps/client"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "shx mkdir -p dist/apps/client/.well-known"
|
"command": "shx mkdir -p dist/apps/client/.well-known"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user