-
-
Notifications
You must be signed in to change notification settings - Fork 864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The husky pre-commit script is failing on committing changes. #2987
Labels
bug
Something isn't working
Comments
Suyash878
changed the title
The husky pre-commit is failing on commit changes.
The husky pre-commit is failing on committing changes.
Dec 28, 2024
Suyash878
changed the title
The husky pre-commit is failing on committing changes.
The husky pre-commit script is failing on committing changes.
Dec 28, 2024
I would like to work on this. |
If you encounter with such issue, just run |
I tried that too, but it did not work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Whenever we try to commit our staged changes, the husky pre-commit fails at:
When executed, This command fails and we see a number of type-check errors on the terminal.
To Reproduce
Steps to reproduce the behavior:
tsc --project tsconfig.json --noEmit
Expected behavior
The changes should be committed and no such error must be encountered.
Actual behavior
The script fails at
[email protected] typecheck
which leads to changes failing to commit.Screenshots
Additional details
None.
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: