mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-02-03 02:23:38 +08:00
7 lines
134 B
JavaScript
Executable File
7 lines
134 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
const {execShell} = require("./.exec");
|
|
|
|
(async ()=>{
|
|
await execShell(['pnpm build','pnpm build:proxy'])
|
|
})() |