mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
build: only run scripts on changed content
This commit is contained in:
@@ -5,12 +5,18 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"build:affected": "turbo run build --filter='...[origin/main]'",
|
||||
"test": "turbo run test --parallel",
|
||||
"test:affected": "turbo run test --filter='...[origin/main]' --parallel",
|
||||
"lint": "turbo run lint --parallel",
|
||||
"lint:affected": "turbo run lint --filter='...[origin/main]' --parallel",
|
||||
"format": "turbo run format --parallel",
|
||||
"format:affected": "turbo run format --filter='...[origin/main]' --parallel",
|
||||
"fmt": "turbo run format --parallel",
|
||||
"postinstall": "is-ci || husky install",
|
||||
"fmt:affected": "turbo run format --filter='...[origin/main]' --parallel",
|
||||
"docs": "turbo run docs --parallel",
|
||||
"docs:affected": "turbo run docs --filter='...[origin/main]' --parallel",
|
||||
"postinstall": "is-ci || husky install",
|
||||
"update": "yarn upgrade-interactive",
|
||||
"create-package": "node packages/scripts/src/packageScript.mjs"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user