We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87300c commit 84a5e7eCopy full SHA for 84a5e7e
Makefile
@@ -143,5 +143,5 @@ tailwind-build:
143
144
cicd-tailwind-build:
145
@echo " >> Regenerating CSS ..."
146
- @npx tailwindcss -i $(TAILWIND_INPUT) -o $(TAILWIND_OUTPUT) --minify
+ @npm tailwindcss -i $(TAILWIND_INPUT) -o $(TAILWIND_OUTPUT) --minify
147
@cp $(TAILWIND_BASE)/*.js $(JS_OUTPUT)
0 commit comments