mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-14 21:52:33 +00:00
17 lines
No EOL
484 B
TOML
17 lines
No EOL
484 B
TOML
[build]
|
|
base = "build/production"
|
|
command = "yarn test && yarn build:prod"
|
|
publish = "dist"
|
|
ignore = "git diff --quiet HEAD^ HEAD ../../defaults.yml ../../defaults-fr.yml ../../images/ __snapshots__/ templates/ netlify.toml *.js package.json yarn.lock"
|
|
|
|
[[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 |