build: run build with concurrency but everything else parallel

This commit is contained in:
iCrawl
2022-08-15 16:16:12 +02:00
parent 3cc893a282
commit 85cb0f25c7

View File

@@ -4,7 +4,7 @@
"description": "A powerful library for interacting with the Discord API", "description": "A powerful library for interacting with the Discord API",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "turbo run build --parallel", "build": "turbo run build",
"test": "turbo run test --parallel", "test": "turbo run test --parallel",
"lint": "turbo run lint --parallel", "lint": "turbo run lint --parallel",
"format": "turbo run format --parallel", "format": "turbo run format --parallel",