🧑‍💻(i18n) run prettier on format-deploy

The command format-deploy import a new json
from crowdin, but it is not formatted. This
commit run prettier on the file after the import
to format it.
This commit is contained in:
Anthony LC
2024-06-26 10:18:11 +02:00
committed by Anthony LC
parent c7861c6ad4
commit d05bc60f5e

View File

@@ -19,8 +19,8 @@
"ci:build": "yarn APP_DESK run build:ci",
"e2e:test": "yarn APP_E2E run test",
"lint": "yarn APP_DESK run lint && yarn APP_E2E run lint && yarn workspace eslint-config-people run lint && yarn I18N run lint",
"i18n:extract": "yarn I18N run extract-translation && yarn APP_DESK prettier",
"i18n:deploy": "yarn I18N run format-deploy",
"i18n:extract": "yarn I18N run extract-translation",
"i18n:deploy": "yarn I18N run format-deploy && yarn APP_DESK prettier",
"i18n:test": "yarn I18N run test"
},
"resolutions": {