We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2218768 + 287ef2b commit 28a44d8Copy full SHA for 28a44d8
template/netlify.toml
@@ -1,4 +1,4 @@
1
[build]
2
- Command = "yarn build"
3
- Functions = "lambda"
4
- Publish = "dist"
+ command = "yarn build"
+ functions = "lambda"
+ publish = "dist"
0 commit comments