mirror of
https://github.com/status-im/status-web.git
synced 2026-08-31 14:21:18 +00:00
7 lines
367 B
JSON
7 lines
367 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"ignoreCommand": "git diff --quiet HEAD^ HEAD ../../{patches,package.json,turbo.json} ../../packages/{colors,icons,components,status-js} ./ ../status.app/",
|
|
"installCommand": "pnpm install --dir ../../ --frozen-lockfile",
|
|
"buildCommand": "turbo run build --cwd ../../ --filter=./apps/get.status.app..."
|
|
}
|