mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 01:31:29 +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",
|
"types": "./typings/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "npm run lint && npm run docs:test",
|
"test": "npm run lint && npm run docs:test",
|
||||||
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json --jsdoc jsdoc.json",
|
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
|
||||||
"docs:test": "docgen --source src --custom docs/index.yml --jsdoc jsdoc.json",
|
"docs:test": "docgen --source src --custom docs/index.yml",
|
||||||
"lint": "eslint src *.js",
|
"lint": "eslint src *.js",
|
||||||
"lint:fix": "eslint --fix src",
|
"lint:fix": "eslint --fix src",
|
||||||
"webpack": "parallel-webpack"
|
"webpack": "parallel-webpack"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue