2023-05-16 10:39:46 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
|
|
"ignoreCommand": "git diff --quiet HEAD^ HEAD ../../{patches,package.json,turbo.json} ../../packages/{colors,icons} ./",
|
2024-11-01 18:29:14 +00:00
|
|
|
"installCommand": "pnpm install --dir ../../ --frozen-lockfile",
|
|
|
|
"buildCommand": "turbo run build --cwd ../../ --filter=components... && pnpm storybook:build"
|
2023-05-16 10:39:46 +00:00
|
|
|
}
|