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); } }