From d16e56ca9f862491223cab442f371add40ed1411 Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Mon, 3 Feb 2020 21:33:54 +0300 Subject: feat: check types on npm test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0e9e67..c112f61 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "scripts": { "start": "react-scripts start", - "test": "eslint .", + "test": "eslint . && tsc", "build": "rm -rf dist && tsc --project ts-compile-config.json", "deploy": "eslint src/lib && npm run build && npm publish --public" }, -- cgit v1.2.3