Skip to content

Commit

Permalink
feat: changeset cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
r3lays committed Jan 30, 2024
1 parent 05ba8d9 commit 1122041
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 @@ -8,7 +8,8 @@
],
"scripts": {
"demo": "bun run --cwd demo dev",
"release": "bun run deploy && changeset publish",
"package:change":"bun changeset",
"package:release": "bun run deploy && changeset publish",
"build:sdk": "bun run --cwd packages/sdk build",
"syncSdkTypes": "bun run --cwd packages/sdk ./scripts/sync-api.mjs",
"deploy": "bun build:sdk && bun run --cwd packages/sdk deploy",
Expand Down

0 comments on commit 1122041

Please sign in to comment.