Skip to content

Commit dde47b7

Browse files
committed
consolidate biome format script
1 parent e344a8b commit dde47b7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

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

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
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": {

0 commit comments

Comments
 (0)