mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
tests(lint): Update typings lint script
This commit is contained in:
parent
48f5a17fc4
commit
3b91fa0b49
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"docs:test": "docgen --source src --custom docs/index.yml",
|
||||
"lint": "eslint src *.js",
|
||||
"lint:fix": "eslint --fix src",
|
||||
"lint:typings": "tslint typings/index.d.ts typings/discord.js-test.ts",
|
||||
"lint:typings": "tslint typings/index.d.ts",
|
||||
"build:browser": "webpack",
|
||||
"prepublishOnly": "npm run test && NODE_ENV=production npm run build:browser"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue