mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 23:57:07 +00:00
19 lines
403 B
TOML
19 lines
403 B
TOML
[build]
|
|
base = ""
|
|
command = "yarn build:prod"
|
|
publish = "dist"
|
|
ignore = "git diff --quiet HEAD^ HEAD docs/ images/ netlify.toml package.json yarn.lock .node-version"
|
|
|
|
[[plugins]]
|
|
package = "netlify-plugin-minify-html"
|
|
|
|
[[plugins]]
|
|
package = "@netlify/plugin-lighthouse"
|
|
|
|
[plugins.inputs]
|
|
fail_deploy_on_score_thresholds = "true"
|
|
|
|
[plugins.inputs.thresholds]
|
|
accessibility = 1
|
|
best-practices = 1
|
|
seo = 1
|