Skip to content

Commit

Permalink
chore: remove unnecessary console.log from script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgimenez02 committed Jul 6, 2023
1 parent fafa08c commit 88eeacd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ci/bump-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ if (!!phase) {
const botonicPackages = packageInPackages.filter(function (file: string) {
return file.startsWith('botonic')
})
console.log(process.cwd())

botonicPackages.forEach(pkg => {
try {
Expand Down

0 comments on commit 88eeacd

Please sign in to comment.