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