File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ - [ 2025-06-25] [ Use package post-commit hooks] ( https://github.com/RubricLab/cli/commit/93141e16972175bb4b23d83f75c7c800662b7f85 )
12- [ 2025-05-31] [ upgrade to zod/v4] ( https://github.com/RubricLab/cli/commit/732c6745223fce13a322c1d2c6015e3dfbc1443e )
23- [ 2025-04-24] [ Handle undefined args] ( https://github.com/RubricLab/cli/commit/f34a9b004438071586bdd126db88a84ab8f1b9b2 )
34- [ 2025-04-23] [ Support arg typing via command helper] ( https://github.com/RubricLab/cli/commit/01730221c250dc651a1cc466ff3aef85a4361a1e )
Original file line number Diff line number Diff line change 11{
22 "scripts" : {
3- "prepare" : " bun x simple-git-hooks " ,
3+ "prepare" : " bun x @rubriclab/package prepare " ,
44 "bleed" : " bun x npm-check-updates -u" ,
55 "clean" : " rm -rf .next && rm -rf node_modules" ,
66 "format" : " bun x biome format --write ." ,
77 "lint" : " bun x biome check ." ,
88 "lint:fix" : " bun x biome lint . --write --unsafe"
99 },
1010 "name" : " @rubriclab/cli" ,
11- "version" : " 0.0.8 " ,
11+ "version" : " 0.0.9 " ,
1212 "main" : " lib/index.ts" ,
1313 "private" : false ,
1414 "dependencies" : {
1919 "zod" : " ^3.25.0"
2020 },
2121 "simple-git-hooks" : {
22- "post-commit" : " bun run rubriclab-postcommit "
22+ "post-commit" : " bun x @ rubriclab/package post-commit "
2323 },
2424 "publishConfig" : {
2525 "access" : " public"
You can’t perform that action at this time.
0 commit comments