Skip to content

Commit

Permalink
chore: add deploy:prod script
Browse files Browse the repository at this point in the history
  • Loading branch information
dorelljames committed Sep 12, 2024
1 parent 7933384 commit 1ea1671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down

0 comments on commit 1ea1671

Please sign in to comment.