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.
1 parent 2218768 commit 287ef2bCopy full SHA for 287ef2b
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