mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
allow bower install to run without asking for permission to collect stats
This commit is contained in:
parent
ef548ec9ed
commit
a2b0612212
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@
|
|||
"scripts": {
|
||||
"test": "./test/run_tests.sh",
|
||||
"start": "grunt run:dev",
|
||||
"postinstall": "./node_modules/bower/bin/bower install -f"
|
||||
"postinstall": "./node_modules/bower/bin/bower --config.interactive=false install -f"
|
||||
},
|
||||
"devDependencies": {
|
||||
"protractor": "~0.14.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue