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
❯ bun --bun run build
$ vite build
vite v5.4.10 building SSR bundle for production...
ENOENT: No such file or directory
errno: -2
syscall: "stat"
Bun v1.1.34 (Linux x64)
error: script "build" exited with code 1
Additional information
If I build without --bun, it works.
Running build after ( a build directory being present), with ---bun flag results in another error
error: Module not found 'PATH/TO/PROJECT/build'
Bun v1.1.34 (Linux x64)
It appears that bun is looking to run a scrip inside of the build directory.
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.34+5e5e7c60f
What platform is your computer?
Linux 6.11.6-1-cachyos x86_64 unknown
What steps can reproduce the bug?
bun --bun run build
What is the expected behavior?
The build succeeds
What do you see instead?
Build fails
Additional information
If I build without
--bun
, it works.Running build after ( a
build
directory being present), with---bun
flag results in another errorIt appears that bun is looking to run a scrip inside of the build directory.
The text was updated successfully, but these errors were encountered: