From a211d4f227647e37e699391296e360912680f006 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Tue, 12 Dec 2023 17:12:54 +0100 Subject: [PATCH] Increase currency --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}