feat(medusa,framework,cli,admin-bundler): Integrate admin extensions into medusa build:plugin (#10941)

**What**
Calls the `plugin` script from `@medusajs/admin-bundler` as part of `medusa plugin:build`.
This commit is contained in:
Kasper Fabricius Kristensen
2025-01-13 21:48:55 +01:00
committed by GitHub
parent 2a2b387bc3
commit 4bc3f5b845
8 changed files with 93 additions and 18 deletions
+8
View File
@@ -0,0 +1,8 @@
---
"@medusajs/admin-bundler": patch
"@medusajs/cli": patch
"@medusajs/framework": patch
"@medusajs/medusa": patch
---
feat(medusa,admin-bundler,cli,framework): Integrate admin extensions into plugin build