mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 07:08:10 -05:00
19 lines
554 B
JSON
19 lines
554 B
JSON
{
|
|
"name": "self-workspace-root",
|
|
"scripts": {
|
|
"build": "yarn workspaces foreach --topological-dev --parallel --exclude @selfxyz/contracts -i --all run build",
|
|
"types": "yarn workspaces foreach --topological-dev --parallel --exclude @selfxyz/contracts -i --all run types ",
|
|
"lint": "yarn workspaces foreach --parallel -i --all --exclude self-workspace-root run lint"
|
|
},
|
|
"workspaces": [
|
|
"app",
|
|
"common",
|
|
"circuits",
|
|
"contracts",
|
|
"sdk/*",
|
|
"sdk/tests/*",
|
|
"prover/tests"
|
|
],
|
|
"packageManager": "yarn@4.6.0"
|
|
}
|