We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1749e65 commit 464b7bfCopy full SHA for 464b7bf
docs-v2/package.json
@@ -6,7 +6,8 @@
6
"scripts": {
7
"dev": "next dev",
8
"build": "next build",
9
- "start": "next start"
+ "start": "next start",
10
+ "vercel-build": "next build"
11
},
12
"author": "Pipedream",
13
"license": "MIT",
docs-v2/vercel.json
@@ -1,6 +1,7 @@
1
{
2
"installCommand": "pnpm install --ignore-engines",
3
- "buildCommand": "[email protected] build:docs",
+ "buildCommand": "cd docs-v2 && pnpm run vercel-build",
4
+ "outputDirectory": "docs-v2/.next",
5
"redirects": [
"source": "/docs/v3",
0 commit comments