Skip to content

Commit

Permalink
Add Heroku build scripts to package json
Browse files Browse the repository at this point in the history
- Testing deployment
- Relates #127
  • Loading branch information
misterrodger committed Jun 28, 2019
1 parent 0fe9d6d commit 8a778f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"test": "jest",
"start": "webpack-dev-server --open --hot --mode development",
"build": "webpack --mode production",
"heroku-prebuild": "yarn install --dev",
"heroku-postbuild": "yarn install && yarn run build",
"sass": "sass --watch src/style/sass:src/style/css"
},
"engines": {
Expand Down

0 comments on commit 8a778f2

Please sign in to comment.