fix(core): fix argument parsing
This commit is contained in:
@@ -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\""
|
||||
},
|
||||
|
Reference in New Issue
Block a user