Skip to content

Commit 6cc3519

Browse files
author
sqrtthree
committed
chore: Adjust build script
1 parent 89a81e2 commit 6cc3519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"scripts": {
2626
"dev": "npm run docs:dev",
2727
"docs:dev": "vuepress dev docs --no-cache",
28-
"docs:build": "vuepress build docs",
28+
"docs:build": "npm run docs:clean && vuepress build docs",
2929
"docs:serve": "serve --single docs/.vuepress/dist",
3030
"docs:clean": "rm -r docs/.vuepress/dist",
3131
"lint": "eslint --ext .js,.vue ./",

0 commit comments

Comments
 (0)