Skip to content

Commit

Permalink
Add heroku build step (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardscarrott committed May 2, 2017
1 parent b3f56db commit 1dc8091
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
6
7
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -2,14 +2,18 @@
"name": "react-boilerplate",
"version": "1.0.0",
"description": "Production-ready boilerplate for building universal web apps with React and Redux",
"engines": {
"node": "7.2.0"
},
"scripts": {
"start": "npm run serve",
"serve": "node -r ./server/environment ./server",
"build": "node ./tasks/build",
"test": "jest --coverage",
"lint": "eslint .",
"format": "eslint . --fix",
"precommit": "lint-staged"
"precommit": "lint-staged",
"heroku-postbuild": "npm run build"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 1dc8091

Please sign in to comment.