Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Dec 3, 2024
1 parent d048141 commit 1d5f2b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .scripts/ci/check-change-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ function checkChangeFiles(changeFiles) {
.filter((l) => !(l === '---' || !l))
.map((l) => l.replace(/('|")/g, '').split(':'))

console.log('pkgs', JSON.stringify(packages))

const rsPackages = Object.fromEntries(
packages
.filter((v) => !v[0].endsWith('-js'))
Expand Down

0 comments on commit 1d5f2b3

Please sign in to comment.