2020-09-20 09:16:08 +00:00
|
|
|
[build]
|
2022-08-17 16:34:02 +00:00
|
|
|
base = "build"
|
2020-09-20 09:16:08 +00:00
|
|
|
command = "yarn test && yarn build:prod"
|
|
|
|
publish = "dist"
|
2022-08-18 08:16:27 +00:00
|
|
|
ignore = "git diff --quiet HEAD^ HEAD ../defaults.yml ../defaults-fr.yml ../images/ __snapshots__/ templates/ netlify.toml *.js package.json yarn.lock .node-version"
|
2020-09-13 20:12:17 +00:00
|
|
|
|
|
|
|
[[plugins]]
|
|
|
|
package = "netlify-plugin-minify-html"
|
|
|
|
|
|
|
|
[[plugins]]
|
|
|
|
package = "@netlify/plugin-lighthouse"
|
|
|
|
|
|
|
|
[plugins.inputs.thresholds]
|
2022-08-17 16:52:17 +00:00
|
|
|
accessibility = 1
|
|
|
|
best-practices = 1
|
|
|
|
seo = 1
|