Skip to content

Commit

Permalink
Fix languages skip prompts.
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jul 11, 2020
1 parent 245e58c commit 4df5d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/index.js
Expand Up @@ -396,7 +396,7 @@ module.exports = class extends BaseBlueprintGenerator {
this.composeWith(require.resolve('../languages'), {
...options,
configOptions,
skipPrompts: this.options.withEntities || this.options.existingProject || this.options.defaults,
skipPrompts: this.options.withEntities || this.existingProject || this.options.defaults,
debug: this.isDebugEnabled,
});
}
Expand Down

0 comments on commit 4df5d7f

Please sign in to comment.