Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@leomelzer
Created January 8, 2019 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leomelzer/2d0a8c2f8418250804235d592a6a576a to your computer and use it in GitHub Desktop.
Save leomelzer/2d0a8c2f8418250804235d592a6a576a to your computer and use it in GitHub Desktop.
Simplified package.json with the added now-build script.
{
"name": "jetztein",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"now-build": "npm run build && mv build dist"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment