Skip to content

Commit

Permalink
Fix: The bin file was not bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jul 4, 2023
1 parent 53dc383 commit 7854b5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"esmodule"
],
"bin": {
"techor-pack": "./dist/bin/index.js"
"techor-pack": "./dist/bin/index.bundle.js"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/techor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"esmodule"
],
"bin": {
"techor": "./dist/bin/index.js"
"techor": "./dist/bin/index.bundle.js"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"bump"
],
"bin": {
"techor-version": "./dist/bin/index.js"
"techor-version": "./dist/bin/index.bundle.js"
},
"files": [
"dist"
Expand Down

0 comments on commit 7854b5f

Please sign in to comment.