Created
December 5, 2019 11:37
-
-
Save indreklasn/6ab2c46ea794c9d5c297bdb66c749679 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
[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