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