Skip to content

Commit 17db781

Browse files
committed
feat(upgrade): upgrade will overwrite .huskyrc.yml
The .huskyrc.yml file's upgrade policy is set to override BREAKING CHANGE: .huskyrc.yml will be override when upgrade mili
1 parent eedc639 commit 17db781

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/upgrade

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const covered = {
1919
'webpack.config.babel.js',
2020
'package.json.mustache',
2121
'ecosystem.config.js',
22-
22+
'.huskyrc.yml',
2323
'client/app.vue',
2424
'client/entry-ssr.js',
2525
'client/entry-client.js',
@@ -37,6 +37,7 @@ const covered = {
3737
'.gitignore.mustache',
3838
'.npmignore.mustache',
3939
'.npmrc.mustache',
40+
'.huskyrc.yml',
4041
'package.json.mustache',
4142
'build.config.js',
4243
'.travis.yml',
@@ -55,6 +56,7 @@ const covered = {
5556
'webpack.config.babel.js',
5657
'package.json.mustache',
5758
'ecosystem.config.js',
59+
'.huskyrc.yml',
5860

5961
'client/app.vue',
6062
'client/entry-ssr.js',

0 commit comments

Comments
 (0)