Skip to content

Instantly share code, notes, and snippets.

@staylor
Created October 12, 2018 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save staylor/491ff5eb9e994580f4a8fcd9c5e542cf to your computer and use it in GitHub Desktop.
Save staylor/491ff5eb9e994580f4a8fcd9c5e542cf to your computer and use it in GitHub Desktop.
{
"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