fix(http-recorder): isolate changeset versioning

This commit is contained in:
Kit Langton 2026-06-06 18:32:26 -04:00
commit f63469f04e
2 changed files with 19 additions and 1 deletions

View file

@ -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",