mirror of
https://github.com/discordjs/discord.js.git
synced 2026-09-18 09:17:28 +00:00
chore: backport-candidate GitHub label (#10623)
* chore: backport-candidate GitHub label * chore: sort label script --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
kodiakhq[bot]
parent
21096884b1
commit
052ed7fbe7
@@ -5,13 +5,14 @@
|
||||
"description": "A set of scripts that we use for our workflows",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "tsc --noEmit --lib ESNext,DOM && tsup",
|
||||
"build": "tsc --noEmit --lib ESNext,DOM && tsup",
|
||||
"lint": "prettier --check . && cross-env TIMING=1 eslint --format=pretty src turbo/generators/config.ts",
|
||||
"format": "prettier --write . && cross-env TIMING=1 eslint --fix --format=pretty src turbo/generators/config.ts",
|
||||
"fmt": "pnpm run format"
|
||||
},
|
||||
"bin": {
|
||||
"generate-split-documentation": "./bin/generateSplitDocumentation.js"
|
||||
"generate-split-documentation": "./bin/generateSplitDocumentation.js",
|
||||
"sort-labels": "./bin/sortLabels.js"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
|
||||
Reference in New Issue
Block a user