Skip to content

Commit e6a1100

Browse files
committed
Update i18n:report command
Signed-off-by: Olga Bulat <obulat@gmail.com>
1 parent c2caec4 commit e6a1100

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
@@ -16,7 +16,7 @@
1616
"test:e2e": "vue-cli-service test:e2e",
1717
"lint": "vue-cli-service lint",
1818
"test": "vue-cli-service test:unit --coverage",
19-
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'"
19+
"i18n:report": "vue-cli-service i18n:report --src src/**/*.vue --locales src/locales/**.json"
2020
},
2121
"dependencies": {
2222
"@creativecommons/vocabulary": "0.0.0-alpha.30",

0 commit comments

Comments
 (0)