blakerain.com/Trunk.toml
Blake Rain bd8c0368a5
Some checks failed
check / check (push) Has been cancelled
deploy / deploy-site (push) Successful in 2m34s
fix(build): remove minification that conflicts with SRI
2024-05-20 21:29:06 +01:00

13 lines
154 B
TOML

[watch]
ignore = [
"cf",
"cypress",
"media",
"tools"
]
[[hooks]]
stage = "pre_build"
command = "bash"
command_arguments = [ "tools/prepare.sh" ]