From 1ea1671eeb88469590d7189d769340f33afafd0d Mon Sep 17 00:00:00 2001 From: Dorell James Date: Thu, 12 Sep 2024 22:12:39 +0800 Subject: [PATCH] chore: add deploy:prod script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4cfaefa..bf45cbe 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "build": "next build", "start": "next start", "deploy": "vercel deploy", + "deploy:prod": "vercel deploy --prod", "deps": "run-s deps:*", "deps:update": "[ -z $GITHUB_ACTIONS ] && yarn add notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:update on CI'", "deps:link": "[ -z $GITHUB_ACTIONS ] && yarn link notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:link on CI'",