Skip to content

Commit 8308630

Browse files
ericyangpanclaude
andcommitted
chore(husky): add npm install to pre-commit hook
Ensure package-lock.json consistency before each commit by running npm install. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent c110439 commit 8308630

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
npm i
12
npx lint-staged
23
npm run check
34
npm run test:validate

0 commit comments

Comments
 (0)