Skip to content

Commit 567a29f

Browse files
authored
Looks like tailwind changed how it is invoked on the CLI ...
1 parent dfcd3e1 commit 567a29f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ tailwind-build:
143143

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

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

0 commit comments

Comments
 (0)