mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
CI: bail out build on fail
This commit is contained in:
@@ -97,8 +97,9 @@ import { buildPublic } from './build-public';
|
||||
|
||||
printStats(stats);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
console.trace(e);
|
||||
console.error('Something went wrong!');
|
||||
process.exit(1);
|
||||
}
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user