We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eab258 commit a885c54Copy full SHA for a885c54
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
node-version: 20
26
- name: install js dependencies
27
- run: npm ci
+ run: npm install tailwindcss
28
- name: build
29
run: |
30
gleam run -m build
0 commit comments