This commit is contained in:
March 7th 2022-05-06 22:28:51 +07:00
parent 95cc955da9
commit 04f114ff69
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

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 discord.js/index.yml --output discord.js/main.json",
"docs:test": "docgen --source src --custom discord.js/index.yml"
"docs": "docgen --source src --custom docs/index.yml --output docs/main.json",
"docs:test": "docgen --source src --custom docs/index.yml"
},
"files": [
"src",