fix(medusa-dev): include packages/ subdirectories in discovery (#3293)

## What

Include packages/ subdirectories in medusa-dev packages discovery.

## Why

We started to use subdirectories in the monorepo `packages/` directory in order to better organize packages.

Packages in subdirectories were invisible to `medusa-dev` and could not be copied.

## How

Rely on monorepo package.json workspace glob patterns to discover packages that can be published to the local npm registry.
This commit is contained in:
Patrick
2023-02-21 11:12:02 -05:00
committed by GitHub
parent f43e9f0f20
commit e8e7d7bb53
5 changed files with 58 additions and 28 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"medusa-dev-cli": patch
---
fix(medusa-dev): include packages/ subdirectories in discovery