From f1ac0954ed6e1279b3d2741fb69b173289453896 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Tue, 25 Jun 2024 13:04:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB(i18n)=20run?= =?UTF-8?q?=20automatically=20prettier=20after=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After an import the translation file is now automatically formatted with prettier. --- src/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/package.json b/src/frontend/package.json index 7fe17572..3f0ac74c 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -20,7 +20,7 @@ "e2e:test": "yarn APP_E2E run test", "lint": "yarn APP_IMPRESS run lint && yarn APP_E2E run lint && yarn workspace eslint-config-impress run lint && yarn I18N run lint", "i18n:extract": "yarn I18N run extract-translation", - "i18n:deploy": "yarn I18N run format-deploy", + "i18n:deploy": "yarn I18N run format-deploy && yarn APP_IMPRESS prettier", "i18n:test": "yarn I18N run test" }, "resolutions": {