fix(cli): point bin to dist/cli.js instead of src/cli.ts #234
Reference in New Issue
Block a user
Delete Branch "fix/cli-bin-path"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Fix
uncaged-workflowCLI not working after global install.Why
binin package.json pointed tosrc/cli.tsbut onlydist/is included in the published package, causing:Changes
packages/cli-workflow/package.json: Changed bin entry fromsrc/cli.ts→dist/cli.js