feat(SW-706): add diff tooling
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user