fix: add build:web script to only build web and dependencies for Vercel
This commit is contained in:
parent
2a6d4c6c2e
commit
19884af03e
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"buildCommand": "cd ../.. && pnpm install && turbo run build --filter=@tpmjs/web",
|
||||
"buildCommand": "cd ../.. && pnpm run build:web",
|
||||
"installCommand": "cd ../.. && pnpm install"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue