Skip to content

Commit

Permalink
fix(ci): add missing newline (#5938)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax authored Jun 17, 2024
1 parent 16135ee commit 65d810e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ async function bumpAndPush(nextVersion, releaseBranch, publisher) {
},
null,
2
)
) + '\n'
);
await execFile('git', ['add', compassPackageJsonPath, `package-lock.json`], {
cwd: monorepoRoot,
Expand Down

0 comments on commit 65d810e

Please sign in to comment.