mirror of
https://github.com/status-im/status-web.git
synced 2026-08-30 22:01:15 +00:00
* add predeposit disclaimer
* add git submodules
* add links to disclaimer
* Add predeposit disclaimer to changeset
* address feedback
* update build
* fix build
* debug
* update build
* update build
* r
* Revert "r"
This reverts commit 8cc2fbe9ad.
---------
Co-authored-by: Felicio <felicio@users.noreply.github.com>
7 lines
374 B
JSON
7 lines
374 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"ignoreCommand": "git diff --quiet HEAD^ HEAD ../../{patches,package.json,turbo.json} ../../packages/{colors,icons} ./",
|
|
"installCommand": "pnpm install --dir ../../ --frozen-lockfile",
|
|
"buildCommand": "git submodule update --init --recursive && turbo run build --cwd ../../ --filter=./apps/status.network..."
|
|
}
|