Skip to content

Commit 39090ed

Browse files
committed
🎨 调整doc scripts
1 parent 93f89c3 commit 39090ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"type": "module",
1010
"license": "MIT",
1111
"scripts": {
12-
"dev": "bash ./sync_images.sh & vuepress dev",
12+
"dev": "bash ./sync_images.sh && vuepress dev",
1313
"build:comment": "echo '构建帮助文档,默认base前缀为document,可根据部署需要进行相应调整'",
14-
"build": "bash ./sync_images.sh & BASE=${BASE:-CodeAnalysis} vuepress build -d ./dist"
14+
"build": "bash ./sync_images.sh && BASE=${BASE:-CodeAnalysis} vuepress build -d ./dist"
1515
},
1616
"devDependencies": {
1717
"@vuepress/plugin-search": "2.0.0-beta.63",

0 commit comments

Comments
 (0)