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