Skip to content

Instantly share code, notes, and snippets.

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