Skip to content

Instantly share code, notes, and snippets.

@joshuacrass
Last active January 21, 2019 01:21
Show Gist options
  • Save joshuacrass/02dd76393ab073d9ad494efe27b53986 to your computer and use it in GitHub Desktop.
Save joshuacrass/02dd76393ab073d9ad494efe27b53986 to your computer and use it in GitHub Desktop.
"scripts": {
"build": "yarn clean; webpack --config config/webpack-prod-config.js",
"clean": "rm -rf build/*",
"start:dev": "node config/webpack-dev-server.js",
"start:prod": "yarn build; serve build"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment