Skip to content

Commit 2384bc0

Browse files
committed
[Makefile] Fix test dependency.
1 parent 74e5bd1 commit 2384bc0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ deploy: clean build-site
3737
bunx @cubing/deploy
3838

3939
.PHONY: test
40-
test:
41-
lint
40+
test: lint
4241

4342
.PHONY: lint
4443
lint:

0 commit comments

Comments
 (0)