Skip to content

Commit 785fb62

Browse files
committed
chore: 添加docs:start命令到package.json
1 parent e48c1d0 commit 785fb62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"build": "NODE_ENV=production vite build",
5959
"docs:dev": "pnpm -F 'docs' run dev",
6060
"docs:build": "pnpm -F 'docs' run build",
61+
"docs:start": "pnpm -F 'docs' run preview",
6162
"pre-commit": "pnpm run lint:type"
6263
},
6364
"workspaces": [

0 commit comments

Comments
 (0)