aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-06-07 21:41:25 -0400
committertdro <tdro@noreply.example.com>2023-06-07 21:41:25 -0400
commitde7cc6f9a448990cbc43cf94ab32f47d1c679d08 (patch)
treeda71adbe639d14876f78dc32e0f088f9be5fa84b /Makefile
parent245eb532afb79176eba9bd0dc072b5ddf56b2437 (diff)
downloadcanory-de7cc6f9a448990cbc43cf94ab32f47d1c679d08.tar.gz
canory-de7cc6f9a448990cbc43cf94ab32f47d1c679d08.tar.bz2
canory-de7cc6f9a448990cbc43cf94ab32f47d1c679d08.zip
shell: Update dependencies
Silence nu validator and disable deno update checking
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f7c39f3..1be1d01 100644
--- a/Makefile
+++ b/Makefile
@@ -29,13 +29,17 @@ test:
make test-jsonfeed
test-html:
- validatornu \
+ vnu \
+ --html \
+ --errors-only \
public/index.html \
public/default/index.html
test-css:
- validatornu --css \
- assets/css/default.css
+ vnu \
+ --css \
+ assets/css/default.css \
+ assets/css/syntax-highlight-default.css
test-xsl:
xsltproc \