Skip to content

Commit

Permalink
fix: missing release command <facepalm> (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjc5 authored Oct 21, 2023
1 parent 8b7a3d8 commit 50f9ff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"dev:core": "pnpm -r --filter hwy run dev",
"dev:dev": "pnpm -r --filter @hwy-js/dev run dev",
"dev": "npm-run-all --parallel dev:*",
"publish-beta": "pnpm run build && pnpm -r publish-beta"
"publish-beta": "pnpm run build && pnpm -r publish-beta",
"release": "pnpm run build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
Expand Down

0 comments on commit 50f9ff3

Please sign in to comment.