Skip to content

Commit

Permalink
fix: typo in pub-script
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Aug 16, 2022
1 parent 8087812 commit 2ad7770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"check": "pnpm lint && pnpm format:check && pnpm typecheck",
"prepare": "husky install",
"release": "changeset version",
"pub:beta": "cd cli && pnpm pub:bete",
"pub:beta": "cd cli && pnpm pub:beta",
"pub:next": "cd cli && pnpm pub:next",
"pub:release": "cd cli && pnpm pub:release"
},
Expand Down

0 comments on commit 2ad7770

Please sign in to comment.