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:
@@ -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'
|
||||
]))()
|
||||
|
||||
Reference in New Issue
Block a user