From c279e6a61846af0ac9183fc343e73e5776f43d7a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 19 Jun 2024 15:37:51 +0200 Subject: add command for preview deployment --- justfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index 00f13a1..7bf15b1 100755 --- a/justfile +++ b/justfile @@ -38,4 +38,6 @@ deploy-netlify-preview: clean build deploy-netlify: clean build check-links netlify deploy --prodIfUnlocked +deploy-preview: deploy-vercel-preview deploy-netlify-preview + deploy-production: deploy-vercel deploy-netlify -- cgit 1.4.1