Skip to content

Commit

Permalink
fix: force tailwind export
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Jun 15, 2024
1 parent 4d0bc8d commit 0be46f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pwa-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

permissions:
contents: write

jobs:
Build:
name: Publish PWA to Github Pages
Expand All @@ -21,7 +21,7 @@ jobs:
uses: ./.github/actions/setup-bun-install

- name: ⚙️ Run Prebuild
run: bun export
run: bunx tailwind -o node_modules/.cache/nativewind/styles.css && bun export
shell: bash

- name: 📱 Publish web app
Expand Down
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"typescript": "^5.4.5"
},
"trustedDependencies": [
"tailwindcss"
"tailwindcss",
"nativewind"
]
}

0 comments on commit 0be46f9

Please sign in to comment.