We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875feb7 commit c2561e2Copy full SHA for c2561e2
1 file changed
Trunk.toml
@@ -15,5 +15,5 @@ dist = "dist"
15
16
[[hooks]]
17
stage = "pre_build"
18
-command = "tailwind"
19
-command_arguments = ["-i", "./assets/tailwind.css", "-o", "./dist/.stage/index.css", "--minify"]
+command = "npx"
+command_arguments = ["-y", "tailwindcss", "-i", "./assets/tailwind.css", "-o", "./dist/.stage/index.css", "--minify"]
0 commit comments