Skip to content

Commit ba975ba

Browse files
committed
bring back prepare (step 2)
1 parent e4d8ad2 commit ba975ba

File tree

2 files changed

+3
-1
lines changed

2 files changed

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
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"
18+
"format": "bun x biome check . --write",
19+
"prepare": "bun x @rubriclab/package prepare"
1920
},
2021
"simple-git-hooks": {
2122
"post-commit": "bun x @rubriclab/package post-commit"

0 commit comments

Comments
 (0)