diff options
author | Alan Pearce | 2024-06-22 15:12:23 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-22 15:39:12 +0200 |
commit | bf16f293a9dac6ff058a73cc9880aecb8cce58b3 (patch) | |
tree | 43cb3955bbac520b1642ab16e1aab4b728facd12 | |
parent | 1bb97716812c36292e47b4d0367992edb436fcb0 (diff) | |
download | website-bf16f293a9dac6ff058a73cc9880aecb8cce58b3.tar.lz website-bf16f293a9dac6ff058a73cc9880aecb8cce58b3.tar.zst website-bf16f293a9dac6ff058a73cc9880aecb8cce58b3.zip |
add ci command
-rwxr-xr-x | justfile | 2 |
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 |