You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to commit changes via WebStorm GUI, husky is not executed. I think Husky configured correctly, because its works in "git bash" terminal using "git commit" command. In WebStorm i turn on check box "Run Git Hooks"
I have Node.js v23.8.0, Husky v9.1.7, Webstorm 2024.3.1
My .husky/pre-commit:
npx lint-staged
npm run test
The text was updated successfully, but these errors were encountered:
When i try to commit changes via WebStorm GUI, husky is not executed. I think Husky configured correctly, because its works in "git bash" terminal using "git commit" command. In WebStorm i turn on check box "Run Git Hooks"
I have Node.js v23.8.0, Husky v9.1.7, Webstorm 2024.3.1
My .husky/pre-commit:
The text was updated successfully, but these errors were encountered: