fix(dashboard): Format i18n schema with Prettier (#11107)

**What**
- Formats the schema that is generated by `yarn i18n:schema`. 
- Ensures we don't end up with huge diffs if one team member forgets to format the schema in one PR, and the schema is then updated and formatted later on.
This commit is contained in:
Kasper Fabricius Kristensen
2025-01-23 15:47:25 +01:00
committed by GitHub
parent 57892bee00
commit 4eecda5466
2 changed files with 28 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Format i18n schema with Prettier