Skip to content

Commit 1d5ac33

Browse files
authored
Most CI/CD tweaks.
1 parent c42b777 commit 1d5ac33

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,11 @@ tailwind-build:
143143

144144
cicd-tailwind-install:
145145
@echo " >> Installing tailwind ..."
146-
@npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
146+
npm install
147+
npm install yarn
148+
yarn add tailwindcss@latest @tailwindcss/typography preline@latest postcss@latest autoprefixer@latest cssnano@latest
147149

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

0 commit comments

Comments
 (0)