Skip to content

fix(release): clean node_modules in goreleaser hooks#50

Merged
m0n0x41d merged 1 commit into
mainfrom
dev
Apr 13, 2026
Merged

fix(release): clean node_modules in goreleaser hooks#50
m0n0x41d merged 1 commit into
mainfrom
dev

Conversation

@m0n0x41d
Copy link
Copy Markdown
Owner

esbuild binary in node_modules was darwin. Need full clean.

rm -f package-lock.json alone wasn't enough — npm install reuses
existing node_modules with darwin esbuild binary. Must rm -rf both.
@m0n0x41d m0n0x41d merged commit 5840f04 into main Apr 13, 2026
4 checks passed
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.

1 participant