1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-02-03 02:23:38 +08:00
Files
408CSFamily/scripts/test
2023-09-05 09:48:50 +08:00

7 lines
134 B
JavaScript
Executable File

#!/usr/bin/env node
const {execShell} = require("./.exec");
(async ()=>{
await execShell(['pnpm build','pnpm build:proxy'])
})()