Skip to content

Commit

Permalink
Maybe use npm instead of npx for CI/CD tailwind build?
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann authored Feb 8, 2025
1 parent d87300c commit 84a5e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ tailwind-build:

cicd-tailwind-build:
@echo " >> Regenerating CSS ..."
@npx tailwindcss -i $(TAILWIND_INPUT) -o $(TAILWIND_OUTPUT) --minify
@npm tailwindcss -i $(TAILWIND_INPUT) -o $(TAILWIND_OUTPUT) --minify
@cp $(TAILWIND_BASE)/*.js $(JS_OUTPUT)

0 comments on commit 84a5e7e

Please sign in to comment.