Skip to content

Commit

Permalink
Add heroku-postbuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinmuenster committed Oct 13, 2020
1 parent 744c9e3 commit 53f0ed8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build"
},
"author": "Konstantin Münster",
"license": "ISC",
Expand Down

0 comments on commit 53f0ed8

Please sign in to comment.