Skip to content

Commit

Permalink
fix: rm npm i daisyui from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley authored Dec 29, 2024
1 parent c90cf44 commit 4d1c089
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 4d1c089

Please sign in to comment.