about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-06-22 15:12:23 +0200
committerAlan Pearce2024-06-22 15:39:12 +0200
commitbf16f293a9dac6ff058a73cc9880aecb8cce58b3 (patch)
tree43cb3955bbac520b1642ab16e1aab4b728facd12
parent1bb97716812c36292e47b4d0367992edb436fcb0 (diff)
downloadwebsite-bf16f293a9dac6ff058a73cc9880aecb8cce58b3.tar.lz
website-bf16f293a9dac6ff058a73cc9880aecb8cce58b3.tar.zst
website-bf16f293a9dac6ff058a73cc9880aecb8cce58b3.zip
add ci command
-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