diff options
author | Alan Pearce | 2024-06-28 14:12:55 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-28 14:12:55 +0200 |
commit | 0fbf10f9d7bc4991084a2405ba7c3816b3a49e9e (patch) | |
tree | d4d738a0c500974f003652fed2498049ac478648 /justfile | |
parent | d8796c6430798e81225f0d48c77ad842e498ad5d (diff) | |
download | website-0fbf10f9d7bc4991084a2405ba7c3816b3a49e9e.tar.lz website-0fbf10f9d7bc4991084a2405ba7c3816b3a49e9e.tar.zst website-0fbf10f9d7bc4991084a2405ba7c3816b3a49e9e.zip |
simplify output directory tree
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 4 |
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 |