Skip to content

Commit e4d8ad2

Browse files
committed
disable prepare (step 1 to fix release)
1 parent 293bfab commit e4d8ad2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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-09-24] [disable prepare (step 1 to fix release)](https://github.com/RubricLab/cli/commit/e371eadae9f4cab095d511e7c1aabeea1a570945)
12
- [2025-09-24] [bump](https://github.com/RubricLab/cli/commit/410b99791b42458abc4bd35cad4791096b8c5342)
23
- [2025-09-24] [format](https://github.com/RubricLab/cli/commit/0e2f53e69ca2b5668de4d5bd34a5326dc26e17fc)
34
- [2025-09-24] [touches, fixes](https://github.com/RubricLab/cli/commit/8c9981291684c9eaee20842b5cf692b3799178f5)

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
"scripts": {
1616
"bleed": "bun x npm-check-updates -u",
1717
"clean": "rm -rf .next && rm -rf node_modules",
18-
"format": "bun x biome check . --write",
19-
"prepare": "bun x @rubriclab/package prepare"
18+
"format": "bun x biome check . --write"
2019
},
2120
"simple-git-hooks": {
2221
"post-commit": "bun x @rubriclab/package post-commit"
2322
},
24-
"version": "0.0.17"
23+
"version": "0.0.18"
2524
}

0 commit comments

Comments
 (0)