mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-05 11:38:27 +08:00
chrome: 删除无用脚本和注释,优化ci自动化
This commit is contained in:
10
scripts/dev
Executable file
10
scripts/dev
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env node
|
||||
/**
|
||||
*
|
||||
* 本地启动
|
||||
* 例如:
|
||||
* - ./scripts/dev
|
||||
*/
|
||||
|
||||
const { execShell } = require("./.exec");
|
||||
(async ()=>await execShell('vuepress dev docs'))()
|
||||
Reference in New Issue
Block a user