Skip to content

Commit

Permalink
Add: Build CSS step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
minthemiddle committed Dec 20, 2024
1 parent 6615d99 commit 0504cb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
run: npm install # change this to npm or pnpm depending on which one you use.

- name: build CSS
run: npx tailwindcss -i src/in.css -o src/out.css --minify

- uses: tauri-apps/tauri-action@v0
env:
Expand Down

0 comments on commit 0504cb4

Please sign in to comment.