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:
parent
2dfeab6c1c
commit
369f7ce4ad
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user