mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 12:40:50 +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": {
|
"scripts": {
|
||||||
"test": "eslint src && docgen --source src --custom docs/index.yml",
|
"test": "eslint src && docgen --source src --custom docs/index.yml",
|
||||||
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
|
"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",
|
"lint": "eslint src",
|
||||||
"web-dist": "node ./node_modules/parallel-webpack/bin/run.js"
|
"web-dist": "node ./node_modules/parallel-webpack/bin/run.js"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue