Created
June 7, 2019 02:23
-
-
Save gtalarico/9f9b90399132f96b5dda3252acdb4fb2 to your computer and use it in GitHub Desktop.
Netlify toml Config
This file contains 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
# netlify.toml | |
[build] | |
functions = "build-lambda" | |
publish = "dist/" | |
command = "yarn build" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment