File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1+ - [ 2025-07-01] [ consolidate biome format script] ( https://github.com/RubricLab/cli/commit/ea2999efb0c28c7a217e81245026d3009bc78081 )
12- [ 2025-06-25] [ Use package post-commit hooks] ( https://github.com/RubricLab/cli/commit/93141e16972175bb4b23d83f75c7c800662b7f85 )
23- [ 2025-05-31] [ upgrade to zod/v4] ( https://github.com/RubricLab/cli/commit/732c6745223fce13a322c1d2c6015e3dfbc1443e )
34- [ 2025-04-24] [ Handle undefined args] ( https://github.com/RubricLab/cli/commit/f34a9b004438071586bdd126db88a84ab8f1b9b2 )
Original file line number Diff line number Diff line change 33 "prepare" : " bun x @rubriclab/package prepare" ,
44 "bleed" : " bun x npm-check-updates -u" ,
55 "clean" : " rm -rf .next && rm -rf node_modules" ,
6- "format" : " bun x biome format --write ." ,
7- "lint" : " bun x biome check ." ,
8- "lint:fix" : " bun x biome lint . --write --unsafe"
6+ "format" : " bun x biome check . --write"
97 },
108 "name" : " @rubriclab/cli" ,
11- "version" : " 0.0.9 " ,
9+ "version" : " 0.0.10 " ,
1210 "main" : " lib/index.ts" ,
1311 "private" : false ,
1412 "dependencies" : {
You can’t perform that action at this time.
0 commit comments