diff --git a/apps/api/project.json b/apps/api/project.json index fb59eb70f..a9181b1eb 100644 --- a/apps/api/project.json +++ b/apps/api/project.json @@ -46,7 +46,8 @@ { "command": "shx cp -r apps/client/src/locales/* dist/apps/api/assets/locales" } - ] + ], + "parallel": false } }, "serve": { diff --git a/apps/client/project.json b/apps/client/project.json index 91370a184..c784e4b83 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -149,7 +149,8 @@ { "command": "shx cp LICENSE dist/apps/client/assets" } - ] + ], + "parallel": false } }, "serve": {