File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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] >" ,
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/" ,
You can’t perform that action at this time.
0 commit comments