-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix] Update Repository Directory Paths for All Packages #10910
[Fix] Update Repository Directory Paths for All Packages #10910
Conversation
|
@rahul-rocket is attempting to deploy a commit to the medusajs Team on Vercel. A member of the Team first needs to authorize it. |
@rahul-rocket actually the path is |
@sradevski Yes, I can fix all those paths in this single PR. Let me work on it. |
@sradevski I made the changes as you suggested. Could you please review the PR and let me know if you would like any further modifications? Thanks! Best regards, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks! Please rebase and we'll have it merged
This PR updates the `repository.directory` field in the `package.json` files for packages located within the `modules` folder. ### Changes: - Added the `modules` prefix to the `directory` path in the `repository` field for all affected `package.json` files. - Example: `"directory": "packages/event-bus-local"` was changed to `"directory": "packages/modules/event-bus-local"`.
134d257
to
3080a0a
Compare
Done @sradevski |
This PR updates the
repository.directory
field in the package.json files of all packages to include the correct directory paths, reflecting the structure within the Medusa repository.Changes:
This ensures accurate references to the package locations within the repository for better clarity and maintainability. Please review and merge.