feat(SW-706): add diff tooling

This commit is contained in:
Michael Zetterberg
2025-04-11 08:53:18 +02:00
parent 35862d03f0
commit 7de46cafa8
3 changed files with 78 additions and 5 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
"i18n:compile": "formatjs compile-folder --ast --format i18n/tooling/formatter.mjs i18n/tooling/translations i18n/dictionaries",
"i18n:push": "yarn i18n:extract && yarn i18n:upload",
"i18n:pull": "yarn i18n:download && yarn i18n:compile",
"i18n:sync": "yarn i18n:push && yarn i18n:pull"
"i18n:sync": "yarn i18n:push && yarn i18n:pull",
"i18n:diff": "node i18n/tooling/diff.mjs"
},
"dependencies": {
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.27",