Skip to content

Commit

Permalink
Also update README.md in lib directory
Browse files Browse the repository at this point in the history
- if someone attempts publishing locally
  • Loading branch information
mayank1513 committed May 6, 2024
1 parent ef36524 commit 88ece8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/rebrand.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const readme = fs
)
.replace(/> This package also.*[^\n]/, "");
fs.writeFileSync(path.resolve(rootDir, "README.md"), readme);
fs.writeFileSync(path.resolve(rootDir, "lib", "README.md"), readme);

// Update TODO.md
const todoPath = path.resolve(rootDir, "TODO.md");
Expand Down

0 comments on commit 88ece8d

Please sign in to comment.