Skip to content

Commit

Permalink
fix: remove hardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
si3nloong committed Dec 27, 2021
1 parent 9678a80 commit 6fe7f83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/buildReadme.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ Thanks to these awesome companies for their support of Open Source developers
fs.writeFileSync(path.resolve(`${basePath}/README.md`), content);

console.log(`Generated ${chalk.blue("README")} for ${chalk.green(file)}`);

if (file === "button") break;
}

console.log(chalk.green("Successfully generated README files."));
Expand Down

0 comments on commit 6fe7f83

Please sign in to comment.