Skip to content

Commit

Permalink
feat: default preset save to no
Browse files Browse the repository at this point in the history
close #1212
  • Loading branch information
yyx990803 committed May 2, 2018
1 parent c4c4bff commit ab90d50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@vue/cli/lib/Creator.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ module.exports = class Creator {
name: 'save',
when: isManualMode,
type: 'confirm',
message: 'Save this as a preset for future projects?'
message: 'Save this as a preset for future projects?',
default: false
},
{
name: 'saveName',
Expand Down

0 comments on commit ab90d50

Please sign in to comment.