fix(bin): normalize bin entry to use a relative cli path

This commit is contained in:
2026-05-09 12:40:48 +00:00
parent 8224085b28
commit 3ef20b78f1
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"author": "Task Venture Capital GmbH",
"license": "MIT",
"bin": {
"tswatch": "cli.js"
"tswatch": "./cli.js"
},
"scripts": {
"test": "tstest test/",