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

This commit is contained in:
Søren Bjergmark
2024-02-25 19:03:28 +01:00
committed by GitHub
parent 6ae3a47b54
commit a8d557eb1b
2 changed files with 4 additions and 2 deletions

View File

@ -46,7 +46,8 @@
{ {
"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": false
} }
}, },
"serve": { "serve": {

View File

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