Skip to content

Commit da97d4a

Browse files
committed
Adopt bun-dx.
1 parent 41cac2d commit da97d4a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ check: lint test build
1010
lint: setup-js
1111
cargo clippy -- --deny warnings
1212
cargo fmt --check
13-
bun x readme-cli-help check
14-
bun x @biomejs/biome check
13+
bun x -- bun-dx --package readme-cli-help readme-cli-help -- check
14+
bun x -- bun-dx --package @biomejs/biome biome -- check
1515

1616
.PHONY: format
1717
format: setup-js
1818
cargo clippy
1919
cargo fmt
20-
bun x readme-cli-help update
21-
bun x @biomejs/biome check --write
20+
bun x -- bun-dx --package readme-cli-help readme-cli-help -- update
21+
bun x -- bun-dx --package @biomejs/biome biome -- check --write
2222

2323
.PHONY: setup
2424
setup: setup-js

bun.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"@biomejs/biome": "^2.3.8",
77
"@cubing/dev-config": "^0.5.0",
88
"@types/bun": "^1.3.4",
9+
"bun-dx": "^0.1.3",
910
"printable-shell-command": "^2.7.4",
1011
"readme-cli-help": "^0.4.9"
1112
}

0 commit comments

Comments
 (0)