Added non-interactive config flag to bower install.

This forces bower install to run silently, instead of prompting
the user to report anonymous data.

Change-Id: Id62ed6e068f6b2909037d64346d257acc60a3804
This commit is contained in:
Michael Krotscheck 2015-04-22 15:15:38 -07:00 committed by Sergey Slipushenko
parent 2dfeab6c1c
commit 369f7ce4ad
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"shelljs": "^0.2.6"
},
"scripts": {
"postinstall": "bower install",
"postinstall": "bower install --config.interactive=false",
"prestart": "npm install",
"start": "http-server ./app -a 0.0.0.0 -p 8080",