Skip to content

Commit 0be46f9

Browse files
committed
fix: force tailwind export
1 parent 4d0bc8d commit 0be46f9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/pwa-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
permissions:
77
contents: write
8-
8+
99
jobs:
1010
Build:
1111
name: Publish PWA to Github Pages
@@ -21,7 +21,7 @@ jobs:
2121
uses: ./.github/actions/setup-bun-install
2222

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

2727
- name: 📱 Publish web app

bun.lockb

4 Bytes
Binary file not shown.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"typescript": "^5.4.5"
8181
},
8282
"trustedDependencies": [
83-
"tailwindcss"
83+
"tailwindcss",
84+
"nativewind"
8485
]
8586
}

0 commit comments

Comments
 (0)