We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f89c3 commit 39090edCopy full SHA for 39090ed
doc/package.json
@@ -9,9 +9,9 @@
9
"type": "module",
10
"license": "MIT",
11
"scripts": {
12
- "dev": "bash ./sync_images.sh & vuepress dev",
+ "dev": "bash ./sync_images.sh && vuepress dev",
13
"build:comment": "echo '构建帮助文档,默认base前缀为document,可根据部署需要进行相应调整'",
14
- "build": "bash ./sync_images.sh & BASE=${BASE:-CodeAnalysis} vuepress build -d ./dist"
+ "build": "bash ./sync_images.sh && BASE=${BASE:-CodeAnalysis} vuepress build -d ./dist"
15
},
16
"devDependencies": {
17
"@vuepress/plugin-search": "2.0.0-beta.63",
0 commit comments