diff --git a/tools/commit-curated.js b/tools/commit-curated.js index 0b1de006fa31..f56ff20c19df 100644 --- a/tools/commit-curated.js +++ b/tools/commit-curated.js @@ -59,6 +59,11 @@ async function commitCurated(curatedFolder, stayOnCurated) { execSync('git checkout main -- packages'); console.log('- done'); + console.log(); + console.log('Add package.json file to the "curated" branch'); + execSync('git checkout main -- package.json'); + console.log('- done'); + console.log(); console.log('Commit changes to the "curated" branch'); execSync('git add ed --all');