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

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