This commit is contained in:
Philipp Kunz
2015-11-03 20:14:41 +01:00
parent 57c90ca504
commit 8d8d7e7ff4
7 changed files with 38 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
"description": "offers smart ways to work with files in nodejs",
"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)"