diff --git a/Makefile b/Makefile index a8dc81f..72a5804 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ BINARY_NAME=projectreshoot build: + tailwindcss -i ./static/css/input.css -o ./static/css/output.css && \ go mod tidy && \ templ generate && \ go generate && \