diff options
-rwxr-xr-x | justfile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |