We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52284a commit 91956feCopy full SHA for 91956fe
.github/workflows/ci.yml
@@ -85,7 +85,14 @@ jobs:
85
run: pnpm install
86
87
- name: Build
88
- run: pnpm run build
+ run: pnpm run build --filter=\!@tailwindcss/standalone
89
+ env:
90
+ CARGO_PROFILE_RELEASE_LTO: 'off'
91
+ CARGO_TARGET_X86_64_PC_WINDOWS_MSVC_LINKER: 'lld-link'
92
+
93
+ # Workaround for odd windows build failure
94
+ - name: Build Standalone
95
+ run: pnpm run build --filter=@tailwindcss/standalone
96
env:
97
CARGO_PROFILE_RELEASE_LTO: 'off'
98
CARGO_TARGET_X86_64_PC_WINDOWS_MSVC_LINKER: 'lld-link'
0 commit comments