We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb8be4 commit 307b64fCopy full SHA for 307b64f
.github/workflows/release.yml
@@ -18,7 +18,7 @@ on:
18
- '@discordjs/collection'
19
- '@discordjs/core'
20
- 'create-discord-bot'
21
- - '@discordjs/docgen'
+ # - '@discordjs/docgen'
22
- '@discordjs/formatters'
23
- '@discordjs/next'
24
- '@discordjs/proxy'
packages/docgen/package.json
@@ -3,6 +3,7 @@
3
"name": "@discordjs/docgen",
4
"version": "0.12.1",
5
"description": "The docs.json generator for discord.js and its related projects",
6
+ "private": true,
7
"scripts": {
8
"build": "tsup",
9
"lint": "prettier --check . && cross-env TIMING=1 eslint --format=pretty src",
0 commit comments