fix(core): fix argument parsing

This commit is contained in:
2018-06-25 10:23:15 +02:00
parent c129560e07
commit 3971df8ad8
4 changed files with 16 additions and 6 deletions

View File

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