change build logic

This commit is contained in:
Emily
2024-06-26 03:22:22 +02:00
parent 62f555f86f
commit 9a2cde0954
9 changed files with 302 additions and 26 deletions

View File

@@ -1,7 +0,0 @@
const child = require('child_process');
const p = child.exec('pnpm run compile && pnpm run build');
p.stdout.on('data', (e) => { console.log(e.toString()); });
p.stderr.on('data', (e) => { console.log(e.toString()); });