-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
base: develop
Are you sure you want to change the base?
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. |
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"`.
@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, |
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.