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
fix(husky): revert stdin tty workaround of nuxt#766 for npm
Git Bash workaround for using tty, which is officially recommended by
husky in their documentation, is only relevant for yarn, not for npm.
Removed isWindows condition make sure projects made by Linux devs are
fully accessible to Windows users. Updated husky in a parent project.
Added --no-install to npx to avoid accidental installation by default
if a project uses different than latest version, but isn't installed.
0 commit comments