Skip to content
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

Fix husky issue #15

Merged
merged 1 commit into from
Nov 26, 2021
Merged

Fix husky issue #15

merged 1 commit into from
Nov 26, 2021

Conversation

naz3eh
Copy link
Member

@naz3eh naz3eh commented Nov 26, 2021

Initial issue

Initially while committing, a pre-commit hook was formatting the unformatted files, but the formatted file(s) was not getting added to the staging. To add these unstaged files to staging, one more commit was required to be done.

What does this PR do?

All the modified files which get formatted by husky get added to the staging in a single commit and no need to add another commit to add these files to staging.

What changes I've done?

  1. Removed husky from the project.
  2. Re-installed husky following the docs

@naz3eh naz3eh requested a review from Dhaiwat10 November 26, 2021 17:33
@Dhaiwat10 Dhaiwat10 merged commit d95b6ad into master Nov 26, 2021
swetshaw pushed a commit to swetshaw/web3-ui that referenced this pull request Nov 29, 2021
@Dhaiwat10 Dhaiwat10 deleted the fix/husky-precommit branch December 6, 2021 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants