Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeman committed Feb 8, 2019
1 parent 6680588 commit 7074f68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"test": "jest --coverage --coverageReporters=text-lcov | coveralls",
"test:dev": "jest",
"build:dev": "webpack",
"build-prod": "webpack -p --env production"
"build-prod": "webpack -p --env production",
"heroku-postbuild": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7074f68

Please sign in to comment.