better debug output

This commit is contained in:
2015-11-16 01:50:28 +01:00
parent d9679f79e2
commit c31265d4bd
5 changed files with 18 additions and 10 deletions

View File

@ -4,7 +4,7 @@
"description": "debug your JavaScript the smart way",
"main": "index.js",
"scripts": {
"test": "(cd ts/compile && node compile.js)",
"test": "(cd ts/compile && node compile.js) && (node test.js)",
"reinstall": "(rm -r node_modules && npm install)",
"release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)",
"startdev": "(git checkout master && git pull origin master)"