From 85cb0f25c791b153e7bf38aa5a53c16d57926acc Mon Sep 17 00:00:00 2001 From: iCrawl Date: Mon, 15 Aug 2022 16:16:12 +0200 Subject: [PATCH] build: run build with concurrency but everything else parallel --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a7ab0454..f4caa2d1c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A powerful library for interacting with the Discord API", "private": true, "scripts": { - "build": "turbo run build --parallel", + "build": "turbo run build", "test": "turbo run test --parallel", "lint": "turbo run lint --parallel", "format": "turbo run format --parallel",