mirror of
https://github.com/danbulant/discord.js
synced 2026-06-10 02:02:40 +00:00
tests: Add typings lint runner to test script
This commit is contained in:
parent
18d6be1eb3
commit
68c832957d
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
"main": "./src/index",
|
"main": "./src/index",
|
||||||
"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 && npm run lint:typings",
|
||||||
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
|
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
|
||||||
"docs:test": "docgen --source src --custom docs/index.yml",
|
"docs:test": "docgen --source src --custom docs/index.yml",
|
||||||
"lint": "eslint src *.js",
|
"lint": "eslint src *.js",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue