1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Add html-proofer to lint-local

This commit is contained in:
Rohan Kumar 2023-11-14 22:54:33 -08:00
parent 82e678fe7e
commit dad8c4e3e4
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -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