1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-05 11:38:27 +08:00

chrome: 删除无用脚本和注释,优化ci自动化

This commit is contained in:
chu fan
2023-09-07 00:34:17 +08:00
parent c003e11b80
commit e387fbdbfc
14 changed files with 561 additions and 885 deletions

10
scripts/dev Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env node
/**
*
* 本地启动
* 例如:
* - ./scripts/dev
*/
const { execShell } = require("./.exec");
(async ()=>await execShell('vuepress dev docs'))()