tests: Fix typings lint script

Forgot to update it after moving the typings.
This commit is contained in:
zajrik
2018-08-17 23:11:06 -05:00
parent e55f822ad4
commit 29d51fa582

View File

@@ -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 index.d.ts discord.js-test.ts",
"lint:typings": "tslint typings/index.d.ts typings/discord.js-test.ts",
"build:browser": "webpack",
"prepublishOnly": "npm run test && NODE_ENV=production npm run build:browser"
},