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 78d072a commit 628b981Copy full SHA for 628b981
1 file changed
apps/www/vercel.json
@@ -0,0 +1,5 @@
1
+{
2
+ "$schema": "https://openapi.vercel.sh/vercel.json",
3
+ "installCommand": "cd ../.. && pnpm install --frozen-lockfile",
4
+ "buildCommand": "cd ../.. && pnpm build:lib && pnpm --filter www build"
5
+}
0 commit comments