Skip to content

Commit 918d058

Browse files
author
TAMV Nodo Cero
committed
fix: set rootDirectory in vercel.json for monorepo
1 parent c276fe5 commit 918d058

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

vercel.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"installCommand": "pnpm install --no-frozen-lockfile",
3-
"buildCommand": "pnpm --filter rdm-hub build"
2+
"rootDirectory": "apps/rdm-hub",
3+
"installCommand": "cd ../.. && pnpm install --no-frozen-lockfile",
4+
"buildCommand": "cd ../.. && pnpm --filter rdm-hub build"
45
}

0 commit comments

Comments
 (0)