mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
fix: build script
This commit is contained in:
parent
2fe214a01e
commit
24227df8cb
@ -2,8 +2,8 @@ const { execSync } = require("child_process");
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
execSync('tsc');
|
execSync('tsc');
|
||||||
console.log('Builded');
|
console.log('[Seyfert]: Builded');
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
console.log('Builded with errors');
|
console.log('[Seyfert]: Builded with errors');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user