Skip to content

Commit 628b981

Browse files
authored
Docs deployment (#38)
1 parent 78d072a commit 628b981

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/www/vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)