Skip to content

Commit 06e3cf3

Browse files
committed
fix(command): project upgrade did not get the community profile feature
Because the project template upgrade policy is not configured, the community profile feature was not obtained when the project was upgraded.
1 parent abff14e commit 06e3cf3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bin/upgrade

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const covered = {
1010
folders: [
1111
'framework',
1212
'build',
13+
'.github',
1314
],
1415
files: [
1516
'.babelrc',
@@ -33,7 +34,9 @@ const covered = {
3334
],
3435
},
3536
component: {
36-
folders: [],
37+
folders: [
38+
'.github',
39+
],
3740
files: [
3841
'.babelrc',
3942
'.editorconfig',
@@ -52,6 +55,7 @@ const covered = {
5255
folders: [
5356
'framework',
5457
'build',
58+
'.github',
5559
],
5660
files: [
5761
'.babelrc',

0 commit comments

Comments
 (0)