diff --git a/lerna.json b/lerna.json index 05183ad6d4..caae7fbaaa 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,7 @@ "packages/account-portal/packages/*" ], "useNx": true, + "concurrency": 20, "command": { "publish": { "ignoreChanges": [ @@ -21,4 +22,4 @@ "loadEnvFiles": false } } -} \ No newline at end of file +}