Skip to content

Commit

Permalink
Fix tailwind CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 18, 2025
1 parent cd005af commit c760650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
key: ${{ runner.os }}-maven-ssr-${{ hashFiles('deps.edn') }}

- name: 🎨 Setup Tailwindcss
run: yarn global add tailwindcss @tailwindcss/typography
run: yarn global add @tailwindcss/cli tailwindcss @tailwindcss/typography

- name: 🧶 Yarn Global
run: echo $(yarn global dir)/node_modules
Expand Down

0 comments on commit c760650

Please sign in to comment.