This commit is contained in:
March 7th
2022-05-06 22:25:27 +07:00
parent efe416340d
commit 95cc955da9
7 changed files with 75 additions and 36 deletions

View File

@@ -14,8 +14,8 @@
"format": "prettier --write src/**/*.js typings/**/*.ts",
"lint:all": "npm run lint && npm run lint:typings",
"checkup": "node update.mjs",
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
"docs:test": "docgen --source src --custom docs/index.yml"
"docs": "docgen --source src --custom discord.js/index.yml --output discord.js/main.json",
"docs:test": "docgen --source src --custom discord.js/index.yml"
},
"files": [
"src",