mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
change build logic
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
|
||||
const child = require('child_process');
|
||||
|
||||
const p = child.exec('pnpm run compile && pnpm run build && pnpm run create_db');
|
||||
|
||||
p.stdout.on('data', (e) => { console.log(e.toString()); });
|
||||
p.stderr.on('data', (e) => { console.log(e.toString()); });
|
||||
Reference in New Issue
Block a user