From 6cbf9ef2c239b7564b7a69f89454454f36992874 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Thu, 30 Mar 2017 18:47:53 +0100 Subject: [PATCH] Added npm shortcuts for test, build and docs --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index d6b1f058..6aba8da7 100644 --- a/package.json +++ b/package.json @@ -76,5 +76,10 @@ "xmldom": "^0.1.27", "xpath": "0.0.24", "zlibjs": "^0.2.0" + }, + "scripts": { + "build": "grunt dev", + "test": "grunt test", + "docs": "grunt docs" } }