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 99145c1 commit e44d505Copy full SHA for e44d505
packages/@tailwindcss-standalone/scripts/build.ts
@@ -18,9 +18,9 @@ async function buildForPlatform(triple: string, outfile: string) {
18
PLATFORM_LIBC: triple.includes('-musl') ? 'musl' : 'glibc',
19
20
// This is a fix for binary downloads failing on Windows CI
21
- USERPROFILE: undefined,
22
- HOMEDRIVE: undefined,
23
- HOMEPATH: undefined,
+ USERPROFILE: '',
+ HOMEDRIVE: '',
+ HOMEPATH: '',
24
})
25
26
return await cmd
0 commit comments