Skip to content

Commit

Permalink
fix ts-morph
Browse files Browse the repository at this point in the history
  • Loading branch information
BSekula committed Aug 19, 2024
1 parent f063fe6 commit 55875b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/github/release/set-migrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ const setMigration = () => {
const packagesToUpdate = packageJsonUpdates[migration.name]['packages'];

Object.keys(packagesToUpdate).forEach((packageName) => {
if (packageName === 'ts-morph') {
return;
}

if (packageName === '@alfresco/js-api') {
packagesToUpdate[packageName]['version'] = jsApiPackage.version;
} else {
Expand Down

0 comments on commit 55875b6

Please sign in to comment.