Browse Source
Disable parallel execution of commands causing race condition between mkdir and cp (#3052)
pull/3053/head
Søren Bjergmark
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
2 deletions
-
apps/api/project.json
-
apps/client/project.json
|
|
@ -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": { |
|
|
|