Skip to content

build: use yarn lint-staged in pre-commit hook#216

Merged
MarshallOfSound merged 1 commit intomainfrom
sam/drop-redundant-npx
Mar 31, 2026
Merged

build: use yarn lint-staged in pre-commit hook#216
MarshallOfSound merged 1 commit intomainfrom
sam/drop-redundant-npx

Conversation

@MarshallOfSound
Copy link
Copy Markdown
Member

lint-staged is already a devDependency — yarn lint-staged fails closed if the local bin is missing (fresh clone before yarn install, etc.) instead of npx falling through to a registry fetch.

lint-staged is a devDependency — yarn fails closed if it's missing
(fresh clone pre-install) instead of npx falling through to a
registry fetch.
@MarshallOfSound MarshallOfSound requested a review from a team as a code owner March 31, 2026 05:25
@MarshallOfSound MarshallOfSound merged commit 75efbb9 into main Mar 31, 2026
13 checks passed
@MarshallOfSound MarshallOfSound deleted the sam/drop-redundant-npx branch March 31, 2026 05:53
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.

2 participants