Skip to content

Commit

Permalink
update rebrand.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 16, 2024
1 parent 8436586 commit 896e9ed
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion scripts/rebrand.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@ const [owner, repo] = execSync(

const packageName = repo;

if (repo === "turborepo-template" && /(mayank1513|react18-tools)/.test(owner)) return; // silently ignore
// if (repo === "turborepo-template" && /(mayank1513|react18-tools)/.test(owner)) return; // silently ignore

console.log("\x1b[32m", "---");
console.log("\x1b[5m", "...");
console.log(
"\x1b[31m",
"If this script is stuck, force terminate the script by pressing `Ctrl` + `c`. Then run following",
);
console.log("\x1b[36m%s\x1b[0m", "node scripts/rebrand.js");
console.log("\x1b[32m", "---");

(async () => {
const { shouldRebrand } = await prompt({
Expand Down

0 comments on commit 896e9ed

Please sign in to comment.