From dad8c4e3e4a17c1807217d04bec218d1d19418ab Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 14 Nov 2023 22:54:33 -0800 Subject: [PATCH] Add html-proofer to lint-local --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f22395..1d25a3f 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ html-validate: pnpm -s dlx html-validate --ext=html -c linter-configs/htmlvalidate.json $(OUTPUT_DIR) .PHONY: lint-local -lint-local: html-validate validate-html validate-json lint-css +lint-local: html-validate validate-html validate-json lint-css htmlproofer # dev server, includes future and draft posts .PHONY: serve