Skip to content

Commit 9482b77

Browse files
chore: Fix l10n:generate command (#5488)
1 parent 833f36c commit 9482b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lint:hbs": "ember-template-lint --fix .",
2121
"l10n:extract": "node scripts/l10n.js extract",
2222
"l10n:update": "node scripts/l10n.js update",
23-
"l10n:generate": "node scripts/l10n.js extract"
23+
"l10n:generate": "node scripts/l10n.js generate"
2424
},
2525
"pre-commit": {
2626
"run": [

0 commit comments

Comments
 (0)