Skip to content

Commit 4231e50

Browse files
committed
fix: actually install the cli
1 parent 514d700 commit 4231e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tola-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install tailwindcss
1919
run: |
2020
npm init -y
21-
npm i tailwindcss
21+
npm i tailwindcss @tailwindcss/cli
2222
2323
- name: Tola build
2424
run: |

0 commit comments

Comments
 (0)