mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-14 10:20:29 +08:00
perf: 修改CI代码拉取策略,简化scripts脚本命令 (#54)
* perf: 修改CI代码拉取策略,简化scripts脚本命令 * feat: markmap-cli开发环境依赖 --------- Co-authored-by: chu fan <fairy_408@2925.com>
This commit is contained in:
@@ -6,5 +6,5 @@
|
||||
* - ./scripts/dev
|
||||
*/
|
||||
|
||||
const { execShell } = require('./.exec');
|
||||
(async() => await execShell('vuepress dev docs'))()
|
||||
const {execShell} = require('./.exec');
|
||||
(async () => await execShell('npm run build:mark-map && vuepress dev docs'))()
|
||||
|
||||
Reference in New Issue
Block a user