Skip to content

Commit e344a8b

Browse files
committed
Use package post-commit hooks
1 parent 60221f5 commit e344a8b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
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)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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": {
@@ -19,7 +19,7 @@
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"

0 commit comments

Comments
 (0)