From de7cc6f9a448990cbc43cf94ab32f47d1c679d08 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 7 Jun 2023 21:41:25 -0400 Subject: shell: Update dependencies Silence nu validator and disable deno update checking --- Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3