mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
chore: make docgen package private (#11434)
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -18,7 +18,7 @@ on:
|
|||||||
- '@discordjs/collection'
|
- '@discordjs/collection'
|
||||||
- '@discordjs/core'
|
- '@discordjs/core'
|
||||||
- 'create-discord-bot'
|
- 'create-discord-bot'
|
||||||
- '@discordjs/docgen'
|
# - '@discordjs/docgen'
|
||||||
- '@discordjs/formatters'
|
- '@discordjs/formatters'
|
||||||
- '@discordjs/next'
|
- '@discordjs/next'
|
||||||
- '@discordjs/proxy'
|
- '@discordjs/proxy'
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
"name": "@discordjs/docgen",
|
"name": "@discordjs/docgen",
|
||||||
"version": "0.12.1",
|
"version": "0.12.1",
|
||||||
"description": "The docs.json generator for discord.js and its related projects",
|
"description": "The docs.json generator for discord.js and its related projects",
|
||||||
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsup",
|
"build": "tsup",
|
||||||
"lint": "prettier --check . && cross-env TIMING=1 eslint --format=pretty src",
|
"lint": "prettier --check . && cross-env TIMING=1 eslint --format=pretty src",
|
||||||
|
|||||||
Reference in New Issue
Block a user