Skip to content

Commit

Permalink
Fix cli package bin file path
Browse files Browse the repository at this point in the history
  • Loading branch information
apteryxxyz committed Oct 29, 2024
1 parent fd5df02 commit df5cc36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nine-wolves-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"next-ws-cli": patch
---

Fix cli package bin file path
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/apteryxxyz/next-ws/issues"
},
"files": ["dist"],
"bin": "./dist/program.cjs",
"bin": "./dist/program.js",
"scripts": {
"check": "tsc --noEmit",
"build": "cp ../../readme.md . && tsup",
Expand Down

0 comments on commit df5cc36

Please sign in to comment.