From f06c611362b8275f175cc6fcb885655fd9632b53 Mon Sep 17 00:00:00 2001 From: Arthur Geron <3487334+arthurgeron@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:07:02 +0400 Subject: [PATCH] chore: use max concurrency available --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a228ca9d..b98d46e2c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "build:all": "turbo run build:all", "build:docs": "turbo run build:docs", "build:web": "turbo run build:web", - "build:crx": "turbo run build:crx", + "build:crx": "turbo run build:crx --concurrency=100%", "build:app": "turbo run build:app", "build:libs": "turbo run build", "changeset": "changeset",