Skip to content

Commit

Permalink
Update buildutils/src/upgrade-lab-dependencies.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Krassowski <[email protected]>
  • Loading branch information
itsmevichu and krassowski authored Aug 27, 2024
1 parent e409390 commit 026ed8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildutils/src/upgrade-lab-dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function updatePackageJson(newVersion: string): Promise<void> {

updateDependencyVersion(existingPackageJson, newDependencies);

fs.writeFileSync(filePath, JSON.stringify(existingPackageJson, null, 2));
fs.writeFileSync(filePath, JSON.stringify(existingPackageJson, null, 2) + '\n');
}
}

Expand Down

0 comments on commit 026ed8b

Please sign in to comment.