diff options
Diffstat (limited to '')
| -rw-r--r-- | Trunk.toml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Trunk.toml b/Trunk.toml index 68c3bf0..c16525c 100644 --- a/Trunk.toml +++ b/Trunk.toml @@ -1,10 +1,7 @@ [[hooks]] stage = "pre_build" -command = "sh" -command_arguments = [ - "-c", - "tailwindcss -i input.css -o public/tailwindcss-output.css", -] +command = "tailwindcss" +command_arguments = ["-i", "input.css", "-o", "public/tailwindcss-output.css"] [serve] addresses = ["127.0.0.1"] |
