Skip to content

Commit

Permalink
Add retry logic to Concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrypt committed Jan 8, 2025
1 parent e3d4cbf commit 10187bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .scripts/assets-build-tool/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ const { result } = concurrently(
return a.order - b.order;
}),
{
restartTries: 3,
prefixColors: [
"green",
"yellow",
Expand Down
2 changes: 1 addition & 1 deletion .scripts/assets-build-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@swc/core": "1.4.8",
"chalk": "^5.2.0",
"concurrently": "9.1.2",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"json5": "^2.2.3",
"lightningcss": "1.28.2",
Expand Down

0 comments on commit 10187bb

Please sign in to comment.