Remove account-portal package

This commit is contained in:
Adria Navarro 2024-11-19 11:53:14 +01:00
parent 28989bec6e
commit 7c40ad06b6
1 changed files with 2 additions and 6 deletions

View File

@ -2,11 +2,7 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.2.5",
"npmClient": "yarn",
"packages": [
"packages/*",
"!packages/account-portal",
"packages/account-portal/packages/*"
],
"packages": ["packages/*"],
"concurrency": 20,
"command": {
"publish": {
@ -22,4 +18,4 @@
"loadEnvFiles": false
}
}
}
}