Skip to content

Commit 71bc426

Browse files
author
litongjava
committed
update vercel.json
1 parent 15c7688 commit 71bc426

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Quick Start.md
1+
# Quick Start

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"author": "litongjava <[email protected]>",
1111
"license": "MIT",
1212
"scripts": {
13-
"dev": "vuepress dev docs",
14-
"build": "vuepress build docs"
13+
"docs:dev": "vuepress dev docs",
14+
"docs:build": "vuepress build docs"
1515
},
1616
"devDependencies": {
1717
"@vuepress/plugin-active-header-links": "^1.9.10",

vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"buildCommand": "yarn build",
2+
"buildCommand": "pnpm docs:build",
33
"outputDirectory": "docs/.vuepress/dist"
44
}

0 commit comments

Comments
 (0)