Skip to content

Commit

Permalink
Most CI/CD tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann authored Feb 8, 2025
1 parent c42b777 commit 1d5ac33
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,11 @@ tailwind-build:

cicd-tailwind-install:
@echo " >> Installing tailwind ..."
@npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
npm install
npm install yarn
yarn add tailwindcss@latest @tailwindcss/typography preline@latest postcss@latest autoprefixer@latest cssnano@latest

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

0 comments on commit 1d5ac33

Please sign in to comment.