[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:
@@ -51,7 +51,7 @@
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/medusajs/medusa.git",
|
||||
"directory": "packages/medusa-dev-cli"
|
||||
"directory": "packages/cli/medusa-dev-cli"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest --passWithNoTests -- src",
|
||||
|
||||
Reference in New Issue
Block a user