contributor list: update script name, change a comment

This commit is contained in:
Adorian Doran
2026-04-19 18:33:35 +03:00
parent 5921d1f1a6
commit c4d832eebc
3 changed files with 3 additions and 12 deletions

View File

@@ -205,7 +205,7 @@ function updateContributorsJson(developers: ContributorInfo[]) {
}
const output = {
"": "Auto-generated file. Run `pnpm run list-contributors` to regenerate.",
"": "Auto-generated file. Run `pnpm run update-contributors` to regenerate.",
contributors
};
writeFileSync(CONTRIBUTORS_PATH, JSON.stringify(output, null, 4) + "\n");