diff --git a/Makefile b/Makefile index 0ab7620e6..617c3d657 100644 --- a/Makefile +++ b/Makefile @@ -285,7 +285,7 @@ blackfire: $(SCOPED_BOX_BIN) #--------------------------------------------------------------------------- .PHONY: website_check -website_check: ## Runs various checks for the website +website_check: ## Runs various checks for the website website_check: markdownlint lychee website_build .PHONY: markdownlint diff --git a/tests/AutoReview/MakefileTest.php b/tests/AutoReview/MakefileTest.php index 23aa5e1a5..b38a8edca 100644 --- a/tests/AutoReview/MakefileTest.php +++ b/tests/AutoReview/MakefileTest.php @@ -51,6 +51,7 @@ protected function getExpectedHelpOutput(): string phpunit_coverage_html: Runs PHPUnit with code coverage with HTML report phpunit_coverage_infection: Runs PHPUnit tests with test coverage blackfire: Profiles the compile step + website_check: Runs various checks for the website website_build: Builds the website website_serve: Serves the website locally