Skip to content

Commit

Permalink
Add post build step for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
jopijuco committed Jan 25, 2024
1 parent 07ca1cb commit 7177713
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 @@ -6,6 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"heroku-postbuild": "yarn start",
"lint": "next lint",
"export": "next export",
"deploy": "next build && touch ./public/.nojekyll && git add out/ -f && git commit -m \"Deploy\" && git subtree push --prefix out origin gh-pages"
Expand Down

0 comments on commit 7177713

Please sign in to comment.