From 2529c595dd655d5bfc9be7e28abef6038cf13f29 Mon Sep 17 00:00:00 2001 From: Luca Schwan Date: Sat, 21 Mar 2020 19:08:01 +0100 Subject: [PATCH] package.json correction v2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb95a6e..02f1742 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "postinstall": "npm run build", + "postinstall": "bower install && grunt build", "start": "node index.js" }, "author": "",