mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
build: enable parallel building for turbo
This commit is contained in:
12
package.json
12
package.json
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user