Skip to content

Commit effd27b

Browse files
authored
chore(http-recorder): disable release automation (anomalyco#31160)
1 parent 06d7840 commit effd27b

7 files changed

Lines changed: 16 additions & 270 deletions

File tree

.changeset/brave-cassettes-record.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/config.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/http-recorder-release.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

bun.lock

Lines changed: 12 additions & 171 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
"dev:stats": "bun sst shell --stage=production -- bun run --cwd packages/stats/app dev",
1414
"dev:storybook": "bun --cwd packages/storybook storybook",
1515
"lint": "oxlint",
16-
"changeset": "changeset",
17-
"version:http-recorder": "changeset version",
18-
"release:http-recorder": "bun ./packages/http-recorder/script/publish.ts",
1916
"typecheck": "bun turbo typecheck",
2017
"upgrade-opentui": "bun run script/upgrade-opentui.ts",
2118
"postinstall": "bun run --cwd packages/core fix-node-pty",
@@ -96,7 +93,6 @@
9693
},
9794
"devDependencies": {
9895
"@actions/artifact": "5.0.1",
99-
"@changesets/cli": "2.31.0",
10096
"@tsconfig/bun": "catalog:",
10197
"@types/mime-types": "3.0.1",
10298
"@typescript/native-preview": "catalog:",

packages/http-recorder/script/publish.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

packages/storybook/.storybook/mocks/app/context/command.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ const keybinds: Record<string, string> = {
88
"model.variant.cycle": "mod+shift+m",
99
}
1010

11+
export function formatKeybind(config: string) {
12+
return config === "none" ? "" : config
13+
}
14+
1115
export function useCommand() {
1216
return {
1317
options: [],

0 commit comments

Comments
 (0)