about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-06-28 14:12:55 +0200
committerAlan Pearce2024-06-28 14:12:55 +0200
commit0fbf10f9d7bc4991084a2405ba7c3816b3a49e9e (patch)
treed4d738a0c500974f003652fed2498049ac478648 /justfile
parentd8796c6430798e81225f0d48c77ad842e498ad5d (diff)
downloadwebsite-0fbf10f9d7bc4991084a2405ba7c3816b3a49e9e.tar.lz
website-0fbf10f9d7bc4991084a2405ba7c3816b3a49e9e.tar.zst
website-0fbf10f9d7bc4991084a2405ba7c3816b3a49e9e.zip
simplify output directory tree
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile4
1 files changed, 2 insertions, 2 deletions
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