From 0fbf10f9d7bc4991084a2405ba7c3816b3a49e9e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 28 Jun 2024 14:12:55 +0200 Subject: simplify output directory tree --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 6584e01..e632e5a 100755 --- a/justfile +++ b/justfile @@ -7,13 +7,13 @@ default: @just --list --justfile {{ justfile() }} --unsorted clean: - rm -fr website + rm -fr public check-licenses: go-licenses check ./... check-links: - hyperlink website/public --sources content + hyperlink public --sources content update-all: npins update -- cgit 1.4.1