We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
check
1 parent 2252a7d commit 6a65c06Copy full SHA for 6a65c06
Makefile
@@ -7,7 +7,7 @@ check-package.json: build
7
bun run ./bin/package.json/index.js check
8
9
.PHONY: check
10
-check: lint test build check-package.json
+check: clean lint test build check-package.json
11
12
.PHONY: test
13
test: check-dependency-constraints
@@ -42,4 +42,4 @@ format:
42
bun x @biomejs/biome check --write
43
44
.PHONY: prepublishOnly
45
-prepublishOnly: clean build check-package.json
+prepublishOnly: clean check build
0 commit comments