2020-09-20 09:16:08 +00:00
|
|
|
[build]
|
2020-09-04 14:06:48 +00:00
|
|
|
base = "build/production"
|
2020-09-20 09:16:08 +00:00
|
|
|
command = "yarn test && yarn build:prod"
|
|
|
|
publish = "dist"
|
2020-09-13 20:03:53 +00:00
|
|
|
ignore = "git diff --quiet HEAD^ HEAD ../../defaults.yml ../../defaults-fr.yml ../../images/ __snapshots__/ templates/ netlify.toml *.js package.json yarn.lock"
|
2020-09-13 20:12:17 +00:00
|
|
|
|
|
|
|
[[plugins]]
|
|
|
|
package = "netlify-plugin-minify-html"
|
|
|
|
|
|
|
|
[[plugins]]
|
|
|
|
package = "@netlify/plugin-lighthouse"
|
|
|
|
|
|
|
|
[plugins.inputs.thresholds]
|
|
|
|
performance = 0.6
|
|
|
|
accessibility = 0.9
|
|
|
|
best-practices = 0.9
|
|
|
|
seo = 0.9
|