Skip to content

Instantly share code, notes, and snippets.

@pepesenaris
Created July 19, 2018 18:11
Show Gist options
  • Select an option

  • Save pepesenaris/23371feb9bf20d315b0eeba73d5eebb7 to your computer and use it in GitHub Desktop.

Select an option

Save pepesenaris/23371feb9bf20d315b0eeba73d5eebb7 to your computer and use it in GitHub Desktop.
Post-build script
{
"scripts": {
"start": "node server",
"heroku-postbuild": "cd react-ui/ && npm install && npm install --only=dev --no-shrinkwrap && npm run build"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment