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