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'",