mirror of
https://github.com/Febbweiss/CloudBudget-AngularJS.git
synced 2026-03-04 14:25:38 +00:00
Fix: add --allow-root option to bower
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
"sinon": "~1.15.4"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "./node_modules/.bin/bower install cache clean && ./node_modules/.bin/bower install",
|
||||
"postinstall": "./node_modules/.bin/bower --allow-root cache clean && ./node_modules/.bin/bower --allow-root install",
|
||||
"test": "./node_modules/karma/bin/karma start karma.conf.js --browsers PhantomJS",
|
||||
"start": "node server.js",
|
||||
"stop": "pkill -SIGINT CloudBudget-AngularJS"
|
||||
|
||||
Reference in New Issue
Block a user