Small fix

This commit is contained in:
Tom Coleman 2022-10-21 17:11:01 +11:00
parent 9bd9902d22
commit d78e943e67

View File

@ -17,7 +17,6 @@ export const build = async (cliOptions: any) => {
};
await withTelemetry('build', { presetOptions: options }, () => buildStaticStandalone(options));
} catch (err) {
// send error
logger.error(err);
process.exit(1);
}