Skip to content

Commit e72b93b

Browse files
committed
Add commander dependency
We use this explicitly in the following scripts: - scripts/merge-i18n-files.ts - scripts/sync-i18n-files.ts Previously it was assumed that `commander` was available in the en- vironment, which seems to have been provided by cypress.
1 parent 27a1bfc commit e72b93b

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

package-lock.json

Lines changed: 16 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
"@typescript-eslint/rule-tester": "^7.18.0",
192192
"@typescript-eslint/utils": "^7.18.0",
193193
"axe-core": "^4.10.2",
194+
"commander": "^14.0.1",
194195
"compression-webpack-plugin": "^9.2.0",
195196
"copy-webpack-plugin": "^6.4.1",
196197
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)