Skip to content

Commit 9caa7b4

Browse files
committed
wip
1 parent 297d884 commit 9caa7b4

File tree

1 file changed

+1
-1
lines changed
  • packages/@tailwindcss-standalone/scripts

1 file changed

+1
-1
lines changed

packages/@tailwindcss-standalone/scripts/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const __dirname = fileURLToPath(new URL('.', import.meta.url))
1111
// Unfortunately, setting this at runtime doesn't appear to work so we have to
1212
// spawn a new process without the env var.
1313
if (process.env.NESTED_BUILD !== '1' && process.env.USERPROFILE && process.env.USERPROFILE !== '') {
14-
let result = await Bun.$`bun ./build.ts`.env({
14+
let result = await Bun.$`bun ${fileURLToPath(import.meta.url)}`.env({
1515
USERPROFILE: '',
1616
NESTED_BUILD: '1',
1717
})

0 commit comments

Comments
 (0)