Skip to content

Commit 4c2dffe

Browse files
committed
Fix build issues part deux
1 parent d7e07dd commit 4c2dffe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Trunk.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ watch = [
1313
[clean]
1414
dist = "dist"
1515

16-
[[hooks]]
17-
stage = "post_build"
18-
command = "sh"
19-
command_arguments = ["-c", "npx tailwindcss -i ./assets/tailwind.css -o ./dist/.stage/index.css"]
16+
[hooks]
17+
pre_build = [
18+
"npx tailwindcss -i ./assets/tailwind.css -o ./assets/min-tailwind.css --minify"
19+
]

0 commit comments

Comments
 (0)