From 68c832957d690b72cdfa543d162d8f369c8c02d7 Mon Sep 17 00:00:00 2001 From: zajrik Date: Sat, 18 Aug 2018 22:23:13 -0500 Subject: [PATCH] tests: Add typings lint runner to test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a189a95d..44625fd78 100644 --- a/package.json +++ b/package.json @@ -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",