Created
October 12, 2018 19:56
-
-
Save staylor/491ff5eb9e994580f4a8fcd9c5e542cf 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": { | |
"develop": "rimraf public && gatsby develop", | |
"build": "rimraf public && gatsby build", | |
"dev": "env-cmd dev yarn develop", | |
"dev-static": "env-cmd dev-static yarn build", | |
"production": "env-cmd production yarn build" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment