Skip to content

Commit 4001de7

Browse files
committed
do not remove rebrand config as it is used in layout display
1 parent 06256d0 commit 4001de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/rebrand.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ const rebrandFn = async () => {
156156
if (feats.includes("Rebrander")) {
157157
delete rootPackageJSON.scripts.rebrand;
158158
delete rootPackageJSON.devDependencies.enquirer;
159-
["./scripts/rebrand.js", "./scripts/rebrander.js", "./scripts/rebrand.config.json"].forEach(
160-
dirOrfile => execSync("rm -rf " + dirOrfile),
159+
["./scripts/rebrand.js", "./scripts/rebrander.js"].forEach(dirOrfile =>
160+
execSync("rm -rf " + dirOrfile),
161161
);
162162
}
163163

0 commit comments

Comments
 (0)