mirror of
https://github.com/Febbweiss/CloudBudget-AngularJS.git
synced 2026-03-04 22:35:38 +00:00
Fix: start command
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"scripts": {
|
||||
"test-local": "karma start karma.conf.js --browsers PhantomJS",
|
||||
"test": "./node_modules/karma/bin/karma start karma.conf.js --browsers PhantomJS",
|
||||
"start": "server.js",
|
||||
"start": "node server.js",
|
||||
"stop": "pkill -SIGINT CloudBudget-AngularJS"
|
||||
},
|
||||
"license": "MIT"
|
||||
|
||||
Reference in New Issue
Block a user