mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-01-10 12:15:49 +00:00
12 lines
373 B
JSON
12 lines
373 B
JSON
|
{
|
||
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||
|
"git": {
|
||
|
"deploymentEnabled": {
|
||
|
"main": false
|
||
|
}
|
||
|
},
|
||
|
"ignoreCommand": "git diff --quiet HEAD^ HEAD ../../{patches,package.json} ../../packages/{colors,components,icons} ./",
|
||
|
"installCommand": "yarn install --cwd ../../ --frozen-lockfile",
|
||
|
"buildCommand": "turbo run build --filter=website..."
|
||
|
}
|