optimise link checking
1 file changed, 2 insertions(+), 2 deletions(-)
jump to
M justfile → justfile
@@ -16,7 +16,7 @@ check-licenses: go-licenses check ./... -check-links: +check-links: (build "--compress=false") hyperlink public --sources {{ website_repo }} update-all:@@ -30,7 +30,7 @@ dev: systemfd -s http::{{ listen_address }}:{{ port }} -- modd -ci: build check-links +ci: check-links cd *DEPLOY_FLAGS: && (deploy DEPLOY_FLAGS) fly auth docker