Browse Source

Update project.json

pull/3101/head
Gerard Du Pre 1 year ago
committed by GitHub
parent
commit
0e15e70c2d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      apps/api/project.json

5
apps/api/project.json

@ -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"
}, },
@ -48,7 +51,7 @@
"command": "shx cp -r apps/client/src/locales/* dist/apps/api/assets/locales" "command": "shx cp -r apps/client/src/locales/* dist/apps/api/assets/locales"
} }
], ],
"parallel": true "parallel": false
} }
}, },
"serve": { "serve": {

Loading…
Cancel
Save