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",