Skip to content

Commit

Permalink
Fix build race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina committed Oct 18, 2024
1 parent dc24704 commit 7cc3b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"apps/*"
],
"scripts": {
"build": "lerna run build --parallel",
"build": "lerna run build",
"prepare": "bun run build",
"test": "bun run check",
"check": "lerna run check --parallel",
Expand Down

0 comments on commit 7cc3b9d

Please sign in to comment.