Skip to content

chore: add .pnpm-store to .gitignore#41

Merged
ericanderson merged 2 commits intomainfrom
fix-publish-build
Mar 24, 2026
Merged

chore: add .pnpm-store to .gitignore#41
ericanderson merged 2 commits intomainfrom
fix-publish-build

Conversation

@ericanderson-bot
Copy link
Copy Markdown
Collaborator

Summary

  • Add .pnpm-store/ to .gitignore to prevent pnpm's content-addressable store from showing as untracked

Test plan

  • git status no longer shows .pnpm-store/ as untracked

npm 11+ treats bin entries without .js extension as invalid and silently
removes them during publish, resulting in a package with no CLI command.
@ericanderson ericanderson merged commit f3ecc8f into main Mar 24, 2026
3 checks passed
@ericanderson ericanderson deleted the fix-publish-build branch March 24, 2026 14:12
@ericanderson-bot ericanderson-bot restored the fix-publish-build branch March 24, 2026 14:19
ericanderson pushed a commit that referenced this pull request Mar 24, 2026
* fix: rename bin/ghouls to bin/ghouls.js to fix npm publish

npm 11+ treats bin entries without .js extension as invalid and silently
removes them during publish, resulting in a package with no CLI command.

* chore: add .pnpm-store to .gitignore

---------

Co-authored-by: ericanderson-bot <179007828+ericanderson-bot@users.noreply.github.com>
@ericanderson ericanderson deleted the fix-publish-build branch March 24, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants