Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Commit 28a44d8

Browse files
authored
Merge pull request #6 from netlify/lowercase-toml
fix: Changing case of toml to lowercase for consistency
2 parents 2218768 + 287ef2b commit 28a44d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/netlify.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[build]
2-
Command = "yarn build"
3-
Functions = "lambda"
4-
Publish = "dist"
2+
command = "yarn build"
3+
functions = "lambda"
4+
publish = "dist"

0 commit comments

Comments
 (0)