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
Describe the bug
Currently, yarn.lock is gitignore, which it shouldn't. In my fork, which I originally made a few months ago, a lockfile was created automatically. Updating the fork to match the new main branch means my lockfile is now incorrect, which (in my particular scenario) leads to build failures in OpenAIAssistant.ts because the openai version is not correct. This is just one example of a problem that can happen when no lockfile is present.
Expected behavior
The lockfile should be includede as part of the repository.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, yarn.lock is gitignore, which it shouldn't. In my fork, which I originally made a few months ago, a lockfile was created automatically. Updating the fork to match the new main branch means my lockfile is now incorrect, which (in my particular scenario) leads to build failures in
OpenAIAssistant.ts
because theopenai
version is not correct. This is just one example of a problem that can happen when no lockfile is present.Expected behavior
The lockfile should be includede as part of the repository.
The text was updated successfully, but these errors were encountered: