nearly nothin

This commit is contained in:
Wolfgang Hottgenroth
2017-08-23 15:54:43 +02:00
parent 3797d84b4d
commit eb247646a0
3 changed files with 1 additions and 48 deletions

View File

@ -5,7 +5,7 @@
"main": "dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p ./",
"build": "./node_modules/typescript/bin/tsc",
"debug": "npm run build && node dist/main.js --loglevel debug",
"start": "node dist/main.js"
},