From 0aff6fb08a974422fce20bf2280399abdf7e9c30 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 18 May 2016 16:40:32 -0400 Subject: [PATCH] don't fail CI on lint error for PRs --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 04ea49ec..781809a0 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "url" : "http://github.com/lhorie/mithril.js/issues" }, "scripts": { + "test": "grunt test" "test": "grunt lint test" }, "main": "mithril.js",