Skip to content

Commit

Permalink
ci: add tailwin npm build step to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Slug-Boi committed Aug 8, 2024
1 parent 6d50784 commit 5aa618d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
- name: Run tests
working-directory: src
run: CI=true go test ./...
- name: Build tailwindcss
uses: actions/setup-node@v4
- run: |
cd src/tailwind && npm install && npm run build
- name: Build
working-directory: src
run: |
Expand Down

0 comments on commit 5aa618d

Please sign in to comment.