Skip to content

Instantly share code, notes, and snippets.

@fakiolinho
Last active March 8, 2018 09:48
Show Gist options
  • Save fakiolinho/2c7ef7280f6137fc83d95ccb13beafb9 to your computer and use it in GitHub Desktop.
Save fakiolinho/2c7ef7280f6137fc83d95ccb13beafb9 to your computer and use it in GitHub Desktop.
"scripts": {
"development": "webpack-dev-server --config ./webpack/webpack.development.config.js",
"production": "webpack --config ./webpack/webpack.production.config.js",
"test": "jest --config ./jest.config.json"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment