From d7e84742759a783f5cb21892cd8862dcac8f8d14 Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Tue, 5 May 2020 11:13:15 +0200 Subject: [PATCH] Added grunt build to postinstall --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec462022..a479541b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "generate": "all-contributors generate", "start": "grunt", "test": "grunt test", - "postinstall": "bower install --config.interactive=false", + "postinstall": "bower install --config.interactive=false && grunt build", "init": "node scripts/setup.js" }, "dependencies": {