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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"scripts": {
|
||||
"dev": "turbo dev",
|
||||
"build": "turbo build",
|
||||
"build:web": "turbo run build --filter=@tpmjs/web",
|
||||
"test": "turbo test",
|
||||
"test:ui": "turbo test:ui",
|
||||
"lint": "turbo lint",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue