Disable parallel execution of commands causing race condition between mkdir and cp (#3052)

pull/3053/head
Søren Bjergmark 3 months ago committed by GitHub
parent 6ae3a47b54
commit a8d557eb1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

Loading…
Cancel
Save