2023-05-12 13:06:04 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
2023-05-16 11:04:47 +00:00
|
|
|
"ignoreCommand": "git diff --quiet HEAD^ HEAD ../../{patches,package.json,turbo.json} ../../packages/{colors,components,icons,status-js} ./",
|
2023-05-12 13:06:04 +00:00
|
|
|
"installCommand": "yarn install --cwd ../../ --frozen-lockfile",
|
2023-05-12 16:15:23 +00:00
|
|
|
"buildCommand": "turbo run build --cwd ../../ --filter=website..."
|
2023-05-12 13:06:04 +00:00
|
|
|
}
|