about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xjustfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/justfile b/justfile
index 5b41c18..7ff0a1f 100755
--- a/justfile
+++ b/justfile
@@ -25,6 +25,8 @@ build:
 dev:
 	modd
 
+ci: build check-links
+
 deploy-vercel-preview: clean build
 	vercel pull --environment=preview
 	vercel deploy