mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove debugging command
This commit is contained in:
parent
5e0fc24c1a
commit
4c504ad8eb
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue