Browse Source

Disable parallel execution of commands causing race condition between mkdir and cp

pull/3052/head
Søren Aksel Helbo Bjergmark 2 years ago
parent
commit
c423a20502
  1. 3
      apps/api/project.json
  2. 3
      apps/client/project.json

3
apps/api/project.json

@ -46,7 +46,8 @@
{
"command": "shx cp -r apps/client/src/locales/* dist/apps/api/assets/locales"
}
]
],
"parallel": false
}
},
"serve": {

3
apps/client/project.json

@ -149,7 +149,8 @@
{
"command": "shx cp LICENSE dist/apps/client/assets"
}
]
],
"parallel": false
}
},
"serve": {

Loading…
Cancel
Save