Skip to content

Commit 6a65c06

Browse files
committed
[Makefile] Refactor check targeting a bit.
1 parent 2252a7d commit 6a65c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ check-package.json: build
77
bun run ./bin/package.json/index.js check
88

99
.PHONY: check
10-
check: lint test build check-package.json
10+
check: clean lint test build check-package.json
1111

1212
.PHONY: test
1313
test: check-dependency-constraints
@@ -42,4 +42,4 @@ format:
4242
bun x @biomejs/biome check --write
4343

4444
.PHONY: prepublishOnly
45-
prepublishOnly: clean build check-package.json
45+
prepublishOnly: clean check build

0 commit comments

Comments
 (0)