mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 23:57:07 +00:00
16 lines
451 B
TOML
16 lines
451 B
TOML
[build]
|
|
base = "build"
|
|
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 .node-version"
|
|
|
|
[[plugins]]
|
|
package = "netlify-plugin-minify-html"
|
|
|
|
[[plugins]]
|
|
package = "@netlify/plugin-lighthouse"
|
|
|
|
[plugins.inputs.thresholds]
|
|
accessibility = 1
|
|
best-practices = 1
|
|
seo = 1
|