Last active
July 4, 2017 22:40
-
-
Save JoaoCnh/d4ba3ef2136b94fcedcc04d7d3d8fb70 to your computer and use it in GitHub Desktop.
music-react-demo - scripts package.json
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
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"dev": "webpack-dashboard -t \"music react demo\" -- webpack-dev-server", | |
"build": "rm -rf ./build && NODE_ENV=\"production\" webpack", | |
"preview": "rm -rf ./build && NODE_ENV=\"production\" webpack-dashboard -t 'Preview - music react demo' -- webpack-dev-server" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment