Skip to content

Commit

Permalink
add changeset:publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrieh committed May 30, 2024
1 parent 70bbeec commit ed26c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"changeset": "changeset",
"changeset:public": "bun scripts/updateVersion.ts && bun build && changeset publish",
"changeset:version": "changeset version && bun install --frozen-lockfile && bun scripts/updateVersion.ts",
"changeset:publish": "bun build && changeset publish",
"docs:dev": "cd docs && bun run dev",
"docs:build": "cd docs && bun run build",
"docs:preview": "cd docs && bun run preview",
Expand Down

0 comments on commit ed26c14

Please sign in to comment.