From b2a99c83e3a19fabfcb49c2014278100f98f314d Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 20 Sep 2023 14:48:17 -0400 Subject: [PATCH] don't break --- scripts/build.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build.js b/scripts/build.js index b163d63f7..30f53515c 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -181,7 +181,6 @@ async function nextTask(label, action) { console.error(`${chalk.red('✘')} ${err}`); if (err.stdout) console.error(chalk.red(err.stdout)); if (err.stderr) console.error(chalk.red(err.stderr)); - process.exit(1); } }