Skip to content

Instantly share code, notes, and snippets.

@JoaoCnh
Last active July 4, 2017 22:40
Show Gist options
  • Save JoaoCnh/d4ba3ef2136b94fcedcc04d7d3d8fb70 to your computer and use it in GitHub Desktop.
Save JoaoCnh/d4ba3ef2136b94fcedcc04d7d3d8fb70 to your computer and use it in GitHub Desktop.
music-react-demo - scripts package.json
"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