We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bdb4b0 commit a52e5ecCopy full SHA for a52e5ec
1 file changed
scripts/sync-from-node.ts
@@ -468,7 +468,9 @@ async function main() {
468
469
console.log("\n✅ Sync complete!");
470
console.log("\nNext steps:");
471
- console.log("1. Run `npm run build:native` to ensure the native addon compiles");
+ console.log(
472
+ "1. Run `npm run build:native` to ensure the native addon compiles",
473
+ );
474
console.log("2. Run `npm test` to verify everything works");
475
console.log(
476
"3. Update CHANGELOG.md with the new Node.js version before release",
0 commit comments