diff --git a/lerna.json b/lerna.json index e5b0013535..bbcf25c841 100644 --- a/lerna.json +++ b/lerna.json @@ -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 } } -} \ No newline at end of file +}