update tsrun

This commit is contained in:
2018-06-30 19:20:36 +02:00
parent 39d94a3daa
commit 51cc29d79b
6 changed files with 8 additions and 9 deletions

View File

@@ -7,10 +7,10 @@
"author": "Lossless GmbH",
"license": "MIT",
"bin": {
"tsrun": "dist/cli.js"
"tsrun": "./cli.js"
},
"scripts": {
"test": "(npmts --notest && node dist/cli.js test/test.ts)",
"test": "(npmts --notest && node ./cli.js test/test.ts)",
"format": "(gitzone format)",
"build": "echo \"Not needed for now\""
},