mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 05:22:15 +00:00
Fix test-docs script
This commit is contained in:
parent
e44d571671
commit
bcbd187223
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"scripts": {
|
||||
"test": "eslint src && docgen --source src --custom docs/index.yml",
|
||||
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
|
||||
"test-docs": "docgen --source src --custom docs",
|
||||
"test-docs": "docgen --source src --custom docs/index.yml",
|
||||
"lint": "eslint src",
|
||||
"web-dist": "node ./node_modules/parallel-webpack/bin/run.js"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue