diff --git a/package.json b/package.json index ad81e941..1a420bec 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,9 @@ "url" : "http://github.com/lhorie/mithril.js/issues" }, "scripts": { + "build": "grunt build", + "lint": "grunt lint", + "sauce": "grunt sauce", "test": "grunt test" }, "main": "mithril.js",