Skip to content

Commit

Permalink
Update netlify.toml
Browse files Browse the repository at this point in the history
Netlify build is failing. I believe due to this `true` not being a string.

From the logs:
```bash
json: cannot unmarshal bool into Go struct field BuildConfig.Config.build.environment of type string
```
  • Loading branch information
bkochendorfer authored Jan 4, 2022
1 parent 12ee6f9 commit 395d3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
command = "yarn build"

[build.environment]
NETLIFY_USE_YARN = true
NETLIFY_USE_YARN = "true"

0 comments on commit 395d3db

Please sign in to comment.