mirror of
https://github.com/Febbweiss/CloudBudget-AngularJS.git
synced 2026-03-04 22:35:38 +00:00
Fix: right way to update bower dependencies
This commit is contained in:
@@ -32,9 +32,8 @@
|
||||
"sinon": "~1.15.4"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "bower cache clean && bower install",
|
||||
"test-local": "karma start karma.conf.js --browsers PhantomJS",
|
||||
"test": "PHANTOMJS_BIN=./node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/bin/phantomjs ./node_modules/karma/bin/karma start karma.conf.js --browsers PhantomJS",
|
||||
"postinstall": "./node_modules/.bin/bower install cache clean && ./node_modules/.bin/bower 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