mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
fix: npm scripts
This commit is contained in:
parent
672f93f5bd
commit
332558a3d8
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
"types": "./typings/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "npm run lint && npm run docs:test",
|
||||
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json --jsdoc jsdoc.json",
|
||||
"docs:test": "docgen --source src --custom docs/index.yml --jsdoc jsdoc.json",
|
||||
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
|
||||
"docs:test": "docgen --source src --custom docs/index.yml",
|
||||
"lint": "eslint src *.js",
|
||||
"lint:fix": "eslint --fix src",
|
||||
"webpack": "parallel-webpack"
|
||||
|
|
|
|||
Loading…
Reference in a new issue