Skip to content

Commit fc7a85f

Browse files
chore: 1.9.2
1 parent 5bc12b0 commit fc7a85f

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636

3737
- name: Install dependencies
3838
run: bun install --frozen-lockfile
39-
40-
- name: Build
41-
run: bun run build:vite
42-
4339
- name: Type check
4440
run: bun run typecheck
4541

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-best",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
55
"type": "module",
66
"author": "claude-code-best <[email protected]>",
@@ -47,7 +47,7 @@
4747
"build:bun": "bun run build.ts",
4848
"dev": "bun run scripts/dev.ts",
4949
"dev:inspect": "bun run scripts/dev-debug.ts",
50-
"prepublishOnly": "bun run build",
50+
"prepublishOnly": "bun run build:vite",
5151
"lint": "biome lint src/",
5252
"lint:fix": "biome lint --fix src/",
5353
"format": "biome format --write src/",

0 commit comments

Comments
 (0)