fix(package): normalize bin entry path for the tsdocker CLI

This commit is contained in:
2026-05-09 12:40:53 +00:00
parent a88c816763
commit 8ea6f6be83
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"bin": {
"tsdocker": "cli.js"
"tsdocker": "./cli.js"
},
"scripts": {
"test": "(pnpm run build)",