Skip to content

Commit

Permalink
Added Postbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
myhendry committed May 6, 2018
1 parent 84610d0 commit 1c82184
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 @@ -6,6 +6,8 @@
"client": "npm run start --prefix client",
"server": "cross-env NODE_ENV=dev nodemon --exec babel-node index.js",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku-postbuild":
"NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client",
"prettier":
"prettier --single-quote --print-width 80 --trailing-comma all --write 'src/**/*.js'"
},
Expand Down

0 comments on commit 1c82184

Please sign in to comment.