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
Running nx release currently results in an error because NX is looking for the binary lock file (bun.lockb) when only the new text-based lock file (bun.lock) is present.
Expected Behavior
No errors when running nx release with text-based bun lock file.
GitHub Repo
No response
Steps to Reproduce
Set the package manager to bun:
{
"cli": {
"packageManager": "bun"
}
}
Install the packages with the new text-based lock file bun install --save-text-lockfile
Current Behavior
Running
nx release
currently results in an error because NX is looking for the binary lock file (bun.lockb
) when only the new text-based lock file (bun.lock
) is present.Expected Behavior
No errors when running
nx release
with text-based bun lock file.GitHub Repo
No response
Steps to Reproduce
bun
:bun install --save-text-lockfile
nx release
Nx Report
Failure Logs
Package Manager Version
1.1.41
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: