Skip to content

Commit c2561e2

Browse files
committed
Fix build issues part infinity
1 parent 875feb7 commit c2561e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Trunk.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ dist = "dist"
1515

1616
[[hooks]]
1717
stage = "pre_build"
18-
command = "tailwind"
19-
command_arguments = ["-i", "./assets/tailwind.css", "-o", "./dist/.stage/index.css", "--minify"]
18+
command = "npx"
19+
command_arguments = ["-y", "tailwindcss", "-i", "./assets/tailwind.css", "-o", "./dist/.stage/index.css", "--minify"]

0 commit comments

Comments
 (0)