Files
self/package.json
Justin Hernandez d5737195bb [Chore] fix broken build revert hermes changes (#600)
* Revert "Bump build to test PACE polling (ios 127; android 66) (#591)"

This reverts commit 6d27b365c7.

* revert old logic and fix build from breaking

* sort package.json
2025-06-06 14:35:59 -07:00

19 lines
554 B
JSON

{
"name": "self-workspace-root",
"workspaces": [
"app",
"common",
"circuits",
"contracts",
"sdk/*",
"sdk/tests/*",
"prover/tests"
],
"scripts": {
"build": "yarn workspaces foreach --topological-dev --parallel --exclude @selfxyz/contracts -i --all run build",
"lint": "yarn workspaces foreach --parallel -i --all --exclude self-workspace-root run lint",
"types": "yarn workspaces foreach --topological-dev --parallel --exclude @selfxyz/contracts -i --all run types "
},
"packageManager": "yarn@4.6.0"
}