Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
fix(generator): use quotes in i18n:report script (#105)
Browse files Browse the repository at this point in the history
Fixes #49, #81.
  • Loading branch information
caugner committed May 5, 2020
1 parent 370ef9f commit 99fee15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = (api, options, rootOptions) => {

const pkg = {
scripts: {
'i18n:report': `vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales '${`./src/${localeDir}/**/*.json`}'`
'i18n:report': `vue-cli-service i18n:report --src "./src/**/*.?(js|vue)" --locales "${`./src/${localeDir}/**/*.json`}"`
},
dependencies: {
'vue-i18n': '^8.17.3'
Expand Down

0 comments on commit 99fee15

Please sign in to comment.