You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failed to load config from /home/runner/work/bun/bun/vite.config.ts
error during build:
undefined
error: "vite" exited with code 1 (SIGHUP)
error: script "build" exited with code 1 (SIGHUP)
Error: Process completed with exit code 1.
with the same command:
"build": "tsc && bunx --bun vite build",
when I run
vite build
everything is fine
What is the expected behavior?
the command is successfully run via github actions
bunx --bun vite build
What do you see instead?
I see the error
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
What platform is your computer?
ubuntu-latest
What steps can reproduce the bug?
I've created the previous issue:
#4961
It has been fixed, but I have the next error:
with the same command:
when I run
everything is fine
What is the expected behavior?
the command is successfully run via github actions
What do you see instead?
I see the error
Additional information
No response
The text was updated successfully, but these errors were encountered: