From dec694d60b13eddbb009b9f7c715daebdf61f6b7 Mon Sep 17 00:00:00 2001 From: viskin Date: Sat, 14 Feb 2015 15:40:29 +0200 Subject: [PATCH] fixed npm run build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4fcb309..050927c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Console tracer for Web SQL or SQLite", "main": "webSqlTracer.js", "scripts": { - "build": "grunt", + "build": "npm install && grunt", "test": "echo \"Error: no test specified\" && exit 1", "jshint": "jshint webSqlTracer.js" },