Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created December 5, 2019 11:37
Show Gist options
  • Save indreklasn/6ab2c46ea794c9d5c297bdb66c749679 to your computer and use it in GitHub Desktop.
Save indreklasn/6ab2c46ea794c9d5c297bdb66c749679 to your computer and use it in GitHub Desktop.
[build]
functions = "functions"
# This will be run the site build
command = "npm run build"
# This is the directory is publishing to netlify's CDN
publish = "build"
[dev]
# Local dev command. A.k.a npm start
command = "react-scripts start"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment