🐛 Bug: Setup script should populate package.json author #154
Labels
good first issue
Good for newcomers, please hop on!
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Bug Report Checklist
main
branch of the repository.Expected
From #147 (comment): after running
pnpm setup
, thepackage.json
author
field should be updated to describe the user who is running setup.Actual
It stays with the initial value:
"author": "Josh Goldberg <[email protected]>",
. 😞Additional Info
The setup script already makes sure the user is authenticated with
gh
. So you can get information on the user by runninggh api user
in the script.The text was updated successfully, but these errors were encountered: