diff --git a/examples/tailwind_csr_trunk/Trunk.toml b/examples/tailwind_csr_trunk/Trunk.toml index 30f8f79ab..579d138fb 100644 --- a/examples/tailwind_csr_trunk/Trunk.toml +++ b/examples/tailwind_csr_trunk/Trunk.toml @@ -1,4 +1,4 @@ [[hooks]] -stage = "build" +stage = "pre_build" command = "sh" command_arguments = ["-c", "npx tailwindcss -i input.css -o style/output.css"]