Skip to content

Commit a52e5ec

Browse files
committed
chore(fmt)
1 parent 6bdb4b0 commit a52e5ec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/sync-from-node.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,9 @@ async function main() {
468468

469469
console.log("\n✅ Sync complete!");
470470
console.log("\nNext steps:");
471-
console.log("1. Run `npm run build:native` to ensure the native addon compiles");
471+
console.log(
472+
"1. Run `npm run build:native` to ensure the native addon compiles",
473+
);
472474
console.log("2. Run `npm test` to verify everything works");
473475
console.log(
474476
"3. Update CHANGELOG.md with the new Node.js version before release",

0 commit comments

Comments
 (0)