🐛 Bug: Setup script should remove hydrate entries from package.json #480
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
The setup script (
pnpm run setup
) included in this template repository should remove all cruft from hydration & setup scripts. Things likepnpm run hydrate:test
,pnpm run setup:test
, etc.Actual
I can see that I'd missed a couple of these in #441:
bin
: https://github.com/JoshuaKGoldberg/docusaurus-plugin-konamimojisplosion/blob/d3187ce78fc39e6b602ed172de0d704ebd03c3af/package.json#L13hydrate:test
script: https://github.com/JoshuaKGoldberg/docusaurus-plugin-konamimojisplosion/blob/d3187ce78fc39e6b602ed172de0d704ebd03c3af/package.json#L24Whoopsies! Accepting PRs to add removals of those
package.json
lines to the setup script.Additional Info
The setup script is located in
src/setup
. See https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/59b638031188fe26185e291403c8dd890ea692a1/src/setup/steps/updateLocalFiles.ts for the big list ofreplacements
that should occur.The setup script is documented at https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/73a08bfb0b1329660c402f3d10738e54257737a3/README.md#L46 for user-facing information and https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/d95fdf1e7dc9cd0646d28ae6095c1e463a8d6d11/.github/DEVELOPMENT.md#L95 for developer-facing information.
The text was updated successfully, but these errors were encountered: