Skip to content

Commit c8b6b42

Browse files
authored
Merge pull request #1737 from rjmunro/rjmunro/build-errors-exit-codes
fix: Ensure install-and-build exits with correct code on build failure
2 parents b6ffe3e + 8b88874 commit c8b6b42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install-and-build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ try {
7272
await concurrently(
7373
[
7474
{
75-
command: `yarn build:try`,
75+
command: `yarn build`,
7676
cwd: "packages",
7777
name: "PACKAGES-BUILD",
7878
prefixColor: "yellow",

0 commit comments

Comments
 (0)