mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
CI: bail out build on fail
This commit is contained in:
parent
d06740ca35
commit
58590eaeb8
@ -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);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user