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 fe88547 commit 282efd6Copy full SHA for 282efd6
2 files changed
apps/marketing/package.json
@@ -5,6 +5,7 @@
5
"type": "module",
6
"scripts": {
7
"dev": "next dev",
8
+ "build:marketing": "bun run build",
9
"build": "next build",
10
"preview": "next start",
11
"start": "next start",
vercel.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://openapi.vercel.sh/vercel.json",
3
- "buildCommand": "bun run build:marketing",
+ "buildCommand": "cd apps/marketing && bun run build:marketing",
4
"installCommand": "bun install",
"outputDirectory": "apps/marketing/.next"
}
0 commit comments