fix(medusa): migrations cli should also pull from ${plugin}/dist (#3956)

* fix(medusa): migrations should also pull from dist

* chore: add changeset
This commit is contained in:
Derek Wene
2023-05-28 05:18:42 -05:00
committed by GitHub
parent db41995307
commit e3cfbcd4a7
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix(medusa): migrations cli should look for migrations in plugin dist folder