1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-13 18:00:58 +08:00

feat: 优化lint校验、markdown文档更新、脚本修改等

This commit is contained in:
142vip.cn
2023-11-07 17:06:58 +08:00
parent ae10c590c3
commit 8a10772cf9
23 changed files with 147 additions and 236 deletions

View File

@@ -7,4 +7,7 @@
*/
const {execShell} = require('./.exec');
(async () => await execShell('npm run build:mark-map && vuepress dev docs'))()
(async () => await execShell([
'npm run build:mark-map',
'vuepress dev docs'
]))()