Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowOnPaper committed Jan 31, 2024
1 parent 6ee66e9 commit 1a165cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scripts/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export async function publish(branch: string) {
return;
}

console.log(packageMeta);

if (packageMeta.version.includes("-next.")) {
execute("npm install && npm run build && npm publish --access public --tag next");
const body = await getLatestChangelogBody();
Expand Down

0 comments on commit 1a165cd

Please sign in to comment.