From 29d51fa582c834161cdf3076674c3f5ef2548431 Mon Sep 17 00:00:00 2001 From: zajrik Date: Fri, 17 Aug 2018 23:11:06 -0500 Subject: [PATCH] tests: Fix typings lint script Forgot to update it after moving the typings. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 106d5822a..169672412 100644 --- a/package.json +++ b/package.json @@ -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" },