mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
examples: fix trunk config to run tailwind at the right time (#1040)
This commit is contained in:
parent
bae305340e
commit
9f5139d929
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
[[hooks]]
|
||||
stage = "build"
|
||||
stage = "pre_build"
|
||||
command = "sh"
|
||||
command_arguments = ["-c", "npx tailwindcss -i input.css -o style/output.css"]
|
||||
|
|
Loading…
Reference in a new issue