Skip to content

Commit

Permalink
docs: vuepress构建文档
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Mar 28, 2024
1 parent 3a1e1b6 commit 8763dfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "../node_modules/.bin/vuepress-vite build docs",
"docs:clean-dev": "../node_modules/.bin/vuepress-vite dev docs --clean-cache",
"docs:dev": "../node_modules/.bin/vuepress-vite dev docs",
"docs:build": "/node_modules/.bin/vuepress-vite build docs",
"docs:clean-dev": "/node_modules/.bin/vuepress-vite dev docs --clean-cache",
"docs:dev": "/node_modules/.bin/vuepress-vite dev docs",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
Expand Down

0 comments on commit 8763dfb

Please sign in to comment.