Remove debugging command
This commit is contained in:
@@ -18,8 +18,7 @@
|
||||
"compile:unit_tests": "bin/compile_unit_tests",
|
||||
"compile:acceptance_tests": "bin/compile_acceptance_tests",
|
||||
"compile:app": "bin/compile_app",
|
||||
"start": "npm run compile:app && node app.js",
|
||||
"echo": "echo $@"
|
||||
"start": "npm run compile:app && node app.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"archiver": "0.9.0",
|
||||
|
||||
Reference in New Issue
Block a user