From 9b5700554030308b5e191518d792ec3b60cb480e Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 23 Jan 2017 15:53:47 +0100 Subject: [PATCH] tech(build): makes npm paths absolute --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1451c2317c2..6196d315e9d 100644 --- a/package.json +++ b/package.json @@ -59,9 +59,8 @@ "npm": "2.14.x" }, "scripts": { - "build": "grunt", - "test": "grunt test", - "coveralls": "grunt karma:coveralls && rm -rf ./coverage" + "build": "./node_modules/grunt-cli/bin/grunt", + "test": "./node_modules/grunt-cli/bin/grunt test" }, "license": "Apache-2.0", "dependencies": {