fix(cli): point bin to dist/cli.js instead of src/cli.ts
The bin entry pointed to src/cli.ts but only dist/ is published, causing 'Cannot find module cli-dispatch.js' on global install.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
"uncaged-workflow": "src/cli.ts"
|
"uncaged-workflow": "dist/cli.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@uncaged/workflow-gateway": "workspace:*",
|
"@uncaged/workflow-gateway": "workspace:*",
|
||||||
|
|||||||
Reference in New Issue
Block a user