examples: fix trunk config to run tailwind at the right time (#1040)

This commit is contained in:
Markus Kohlhase 2023-05-14 01:39:36 +02:00 committed by GitHub
parent bae305340e
commit 9f5139d929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[[hooks]]
stage = "build"
stage = "pre_build"
command = "sh"
command_arguments = ["-c", "npx tailwindcss -i input.css -o style/output.css"]