Skip to content

Commit 84a5e7e

Browse files
authored
Maybe use npm instead of npx for CI/CD tailwind build?
1 parent d87300c commit 84a5e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ tailwind-build:
143143

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

0 commit comments

Comments
 (0)