Files
self/package.json
turnoffthiscomputer cfd2058cc2 remove sdk/tests (#622)
* remove sdk/tests

* chore: update yarn.lock

---------

Co-authored-by: Ayman <aymanshaik1015@gmail.com>
2025-06-13 16:58:02 +02:00

23 lines
670 B
JSON

{
"name": "self-workspace-root",
"workspaces": [
"app",
"common",
"circuits",
"contracts",
"sdk/*",
"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 ",
"postinstall": "patch-package"
},
"packageManager": "yarn@4.6.0",
"devDependencies": {
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0"
}
}