mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-03-31 09:11:31 +08:00
feat: 新增release发布脚本
This commit is contained in:
8
scripts/build
Normal file
8
scripts/build
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const {execShell} = require("./.exec");
|
||||
const inquirer = require('inquirer');
|
||||
|
||||
(async ()=>{
|
||||
await execShell(['pnpm build','pnpm build:proxy'])
|
||||
})()
|
||||
Reference in New Issue
Block a user