Last active
March 8, 2018 09:48
-
-
Save fakiolinho/9cc09c5737b11f456b955fe03f9a514e to your computer and use it in GitHub Desktop.
This file contains hidden or 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": { | |
"development": "cross-env NODE_ENV=development webpack-dev-server --config ./webpack/webpack.development.config.js", | |
"production": "cross-env NODE_ENV=production webpack --config ./webpack/webpack.production.config.js", | |
"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