From e99ab35e108ddb5e52cc1e0d5b3f6d5a0c8f9647 Mon Sep 17 00:00:00 2001 From: impinball Date: Fri, 18 Dec 2015 03:01:31 -0500 Subject: [PATCH] Add preversion hook (fixes #827) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 14d76259..a154b38d 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "url": "http://github.com/lhorie/mithril.js/issues" }, "scripts": { + "preversion": "grunt", "test": "grunt test" }, "main": "mithril.js",