summary refs log tree commit diff stats
path: root/Trunk.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Trunk.toml')
-rw-r--r--Trunk.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Trunk.toml b/Trunk.toml
index c16525c..fc54ece 100644
--- a/Trunk.toml
+++ b/Trunk.toml
@@ -1,7 +1,12 @@
 [[hooks]]
 stage = "pre_build"
 command = "tailwindcss"
-command_arguments = ["-i", "input.css", "-o", "public/tailwindcss-output.css"]
+command_arguments = ["-i", "public/input.css", "-o", "dist/tailwindcss-output.css"]
+
+[[hooks]]
+stage = "pre_build"
+command = "./scripts/generate_logo.sh"
+command_arguments = []
 
 [serve]
 addresses = ["127.0.0.1"]