mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +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",
|
||||
"types": "./typings/index.d.ts",
|
||||
"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:test": "docgen --source src --custom docs/index.yml",
|
||||
"lint": "eslint src *.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue