Last active
January 8, 2019 01:56
-
-
Save victorkurauchi/c8042f7a97b9e5f3ec0613d293c996aa to your computer and use it in GitHub Desktop.
package.json
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": { | |
"test": "jest", | |
"build": "NODE_ENV=production webpack --mode production", | |
"dev": "NODE_ENV=dev webpack --progress --colors --watch" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment