[Fix] Update Repository Directory Paths for All Packages (#10910)

This PR updates the `repository.directory` field in the `package.json` files for packages located within the `modules` folder.
This commit is contained in:
Rahul R.
2025-01-13 17:19:50 +05:30
committed by GitHub
parent 2a9ca1d1e1
commit ecf73780e0
45 changed files with 47 additions and 44 deletions

View File

@@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/cache-redis"
"directory": "packages/modules/cache-redis"
},
"publishConfig": {
"access": "public"