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
It's failing because you don't have a 'lint' script. Each entry in your 'pre-commit' array should match an entry in your scripts object. As is it can't find a 'lint' script so it fails.
package.json like this:
It caused my git cannot commit everything but no error information was obtained.
Why not print some error message to the console?
The text was updated successfully, but these errors were encountered: