We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0bc8d commit 0be46f9Copy full SHA for 0be46f9
.github/workflows/pwa-build.yml
@@ -5,7 +5,7 @@ on:
5
6
permissions:
7
contents: write
8
-
+
9
jobs:
10
Build:
11
name: Publish PWA to Github Pages
@@ -21,7 +21,7 @@ jobs:
21
uses: ./.github/actions/setup-bun-install
22
23
- name: ⚙️ Run Prebuild
24
- run: bun export
+ run: bunx tailwind -o node_modules/.cache/nativewind/styles.css && bun export
25
shell: bash
26
27
- name: 📱 Publish web app
bun.lockb
4 Bytes
package.json
@@ -80,6 +80,7 @@
80
"typescript": "^5.4.5"
81
},
82
"trustedDependencies": [
83
- "tailwindcss"
+ "tailwindcss",
84
+ "nativewind"
85
]
86
}
0 commit comments