Strange behaviour with prepublishOnly script runned by bun publish on windows #15388
Labels
bug
Something isn't working
bun install
Something that relates to the npm-compatible client
confirmed bug
We can reproduce this issue
windows
An issue that is known to occur on Windows
What version of Bun is running?
1.1.36+ededc168c
What platform is your computer?
Microsoft Windows NT 10.0.26100.0 x64
What steps can reproduce the bug?
Repository - monorepo with two packages
I run
bun publish
in theredis
package folder but it exited withcode 1
but when i run thisprepublishOnly
script all works fineWhat is the expected behavior?
No response
What do you see instead?
No response
Additional information
As a workaraound u can rename
prepublishOnly
to something else until it will be fixed and run it manuallyThe text was updated successfully, but these errors were encountered: