Skip to content

Commit 62e4b5b

Browse files
authored
fix: custom scope does not work (#228) (#246)
1 parent 27c8d27 commit 62e4b5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/questions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ module.exports = {
120120
{
121121
type: 'input',
122122
name: 'scope',
123+
askAnswered: true,
123124
message: messages.customScope,
124125
when(answers) {
125126
return answers.scope === 'custom';

0 commit comments

Comments
 (0)