fix: use pnpm -w flag for workspace root build command
This commit is contained in:
parent
d364bea497
commit
366c1ca147
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"buildCommand": "cd ../.. && pnpm run build:web",
|
||||
"installCommand": "cd ../.. && pnpm install"
|
||||
"buildCommand": "cd ../.. && pnpm -w run build:web",
|
||||
"installCommand": "pnpm install"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue