We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bef25 commit c1987daCopy full SHA for c1987da
src/commands/update.js
@@ -85,6 +85,7 @@ module.exports = async (options) => {
85
})
86
87
await prompt(config)
88
+ config.template.files = config.template.files.filter(file => file.upgrade !== 'keep')
89
await applyTemplate(cwd, config)
90
await config.template.hooks('afterUpdate')
91
}
src/commands/upgrade.js
@@ -34,6 +34,7 @@ module.exports = async (options = {}) => {
34
35
36
37
38
39
await config.template.hooks('afterUpgrade')
40
0 commit comments