Skip to content

Commit a885c54

Browse files
Install tailwind in CI
1 parent 2eab258 commit a885c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: 20
2626
- name: install js dependencies
27-
run: npm ci
27+
run: npm install tailwindcss
2828
- name: build
2929
run: |
3030
gleam run -m build

0 commit comments

Comments
 (0)