Skip to content

Commit 464b7bf

Browse files
committed
Other changes
1 parent 1749e65 commit 464b7bf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs-v2/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"dev": "next dev",
88
"build": "next build",
9-
"start": "next start"
9+
"start": "next start",
10+
"vercel-build": "next build"
1011
},
1112
"author": "Pipedream",
1213
"license": "MIT",

docs-v2/vercel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"installCommand": "pnpm install --ignore-engines",
3-
"buildCommand": "[email protected] build:docs",
3+
"buildCommand": "cd docs-v2 && pnpm run vercel-build",
4+
"outputDirectory": "docs-v2/.next",
45
"redirects": [
56
{
67
"source": "/docs/v3",

0 commit comments

Comments
 (0)