Skip to content

Commit

Permalink
🐛 :contruction_worker: Add static file server for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed May 17, 2017
1 parent 1b70836 commit 8003cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "next build && next export",
"postbuild": "cp -Rv public/* public/.nojekyll out",
"deploy": "gh-pages --src '{.nojekyll,**/*}' -d out -m \"Deploy $(git rev-parse HEAD) to GitHub pages [ci skip]\"",
"heroku-postbuild": "env NEXT_DEV=1 yarn run build"
"heroku-postbuild": "env NEXT_DEV=1 yarn run build && yarn global add serve"
},
"devDependencies": {
"babel-plugin-inline-react-svg": "^0.4.0",
Expand Down

0 comments on commit 8003cb2

Please sign in to comment.