Created
March 8, 2018 09:54
-
-
Save fakiolinho/13669ace46173d2daf08cb5d7ec7181c 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 env-cmd .env webpack-dev-server --config ./webpack", | |
"production": "cross-env NODE_ENV=production env-cmd .env webpack --config ./webpack", | |
"test": "cross-env NODE_ENV=test env-cmd .env jest --config ./jest.config.json" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment