diff --git a/package.json b/package.json index 19ec93f..38429f3 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "repository": "github:Ionaru/easy-markdown-editor", "scripts": { "prepare": "gulp", + "test": "npm run test:types", "test:types": "tsc --project types/tsconfig.json" } }