fix(admin,admin-ui): copy public folder as part of admin build (#5057)

**What**
- Copies `/public` folder into Admin build
- Updates the version of `dotenv` to match the version used in other Medusa dependencies. This will prevent errors when trying to link the `admin` package into a local repository for testing.
This commit is contained in:
Kasper Fabricius Kristensen
2023-09-15 09:47:11 +00:00
committed by GitHub
parent 60360d2fd2
commit cb67760f71
5 changed files with 66 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/admin-ui": patch
"@medusajs/admin": patch
---
fix(admin,admin-ui): Copy `/public` folder to admin build folder during build, in order for the build to include translation files. Also bumps the version of `dotenv` to match the version used in other Medusa dependencies.