build: enable parallel building for turbo

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

View File

@@ -4,13 +4,13 @@
"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", "build": "turbo run build --parallel",
"test": "turbo run test", "test": "turbo run test --parallel",
"lint": "turbo run lint", "lint": "turbo run lint --parallel",
"format": "turbo run format", "format": "turbo run format --parallel",
"fmt": "turbo run format", "fmt": "turbo run format --parallel",
"postinstall": "is-ci || husky install", "postinstall": "is-ci || husky install",
"docs": "turbo run docs", "docs": "turbo run docs --parallel",
"update": "yarn upgrade-interactive" "update": "yarn upgrade-interactive"
}, },
"contributors": [ "contributors": [