From 4d1c089584a2de8aa75be6c9367dbd4a81b88458 Mon Sep 17 00:00:00 2001 From: Garrett Ladley <92384606+garrettladley@users.noreply.github.com> Date: Sun, 29 Dec 2024 18:06:03 -0500 Subject: [PATCH] fix: rm `npm i daisyui` from Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index ad583c8..9d42031 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,6 @@ install: install-templ gen-templ @mkdir -p cmd/server/deps @wget -q -O cmd/server/deps/htmx-2.0.3.min.js.gz https://unpkg.com/htmx.org@2.0.3/dist/htmx.min.js.gz @gunzip -f cmd/server/deps/htmx-2.0.3.min.js.gz - @npm install -D daisyui@latest @npm install -D tailwindcss