fix(http-recorder): isolate changeset versioning
This commit is contained in:
parent
4519a1da32
commit
f63469f04e
2 changed files with 19 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"dev:storybook": "bun --cwd packages/storybook storybook",
|
||||
"lint": "oxlint",
|
||||
"changeset": "changeset",
|
||||
"version:http-recorder": "changeset version",
|
||||
"version:http-recorder": "bun ./packages/http-recorder/script/version.ts",
|
||||
"release:http-recorder": "bun ./packages/http-recorder/script/publish.ts",
|
||||
"typecheck": "bun turbo typecheck",
|
||||
"upgrade-opentui": "bun run script/upgrade-opentui.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue