Skip to content

Commit 5fba627

Browse files
committed
fix(Makefile): correct target dependency in 'all' to include 'format' instead of 'formatcheck' for accurate build process
1 parent 0b39331 commit 5fba627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ coverage:
2525
# Run all checks required before pushing
2626
check: lint typecheck test
2727
fix: check format
28-
all: formatcheck test coverage
28+
all: format check test coverage

0 commit comments

Comments
 (0)