Created
January 8, 2019 09:28
-
-
Save leomelzer/2d0a8c2f8418250804235d592a6a576a to your computer and use it in GitHub Desktop.
Simplified package.json with the added now-build script.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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