Skip to content

Commit

Permalink
clean lib/src on rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed May 6, 2024
1 parent 88ece8d commit b88a5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/rebrand.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ try {
console.error(e);
}

// craete commit
// clean lib/src and craete commit
exec(
'git add . && git commit -m "Rebrand 💖 <a href="https://mayank-chaudhari.vercel.app" target="_blank">Mayank Kumar Chaudhari</a> [skip ci]" && turbo telemetry disable',
'rm -rf ./lib/src/ && git add . && git commit -m "Rebrand 💖 <a href="https://mayank-chaudhari.vercel.app" target="_blank">Mayank Kumar Chaudhari</a> [skip ci]" && turbo telemetry disable',
);

0 comments on commit b88a5fb

Please sign in to comment.