about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
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