Skip to content

Commit

Permalink
build: Check style after everything else
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-berry committed Sep 2, 2024
1 parent e5b6e9a commit 8e49f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ DIST_PKG = $(RELEASE_DIR)/$(PACKAGE)-$(FULL_VERSION).zip
# automatically fixed.
debug:
$(MAKE) check-types
$(MAKE) check-style || ( $(MAKE) fix-style && $(MAKE) check-types )
$(MAKE) build-dbg build-chrome-dbg
$(MAKE) check-tests
$(MAKE) check-style || ( $(MAKE) fix-style && $(MAKE) debug )
.PHONY: debug

check: check-types check-tests check-style
Expand Down

0 comments on commit 8e49f5a

Please sign in to comment.