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 config #2661

Merged
merged 1 commit into from
Jan 31, 2025
Merged

fix: husky config #2661

merged 1 commit into from
Jan 31, 2025

Conversation

pedromtec
Copy link
Contributor

What's the purpose of this pull request?

The husky is not working properly

In Husky, adding the prepare script in your package.json is necessary because it ensures that Husky installs its Git hooks correctly after running npm install or yarn install.

https://typicode.github.io/husky/get-started.html
typicode/husky#1016

How to test it?

  • Change a file
  • git add .
  • git commit
    You should see the husky working

Copy link

vercel bot commented Jan 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
faststore-site ✅ Ready (Inspect) Visit Preview Jan 31, 2025 5:10pm

@pedromtec pedromtec marked this pull request as ready for review January 31, 2025 17:10
@pedromtec pedromtec requested a review from a team as a code owner January 31, 2025 17:10
@pedromtec pedromtec requested review from hellofanny and emersonlaurentino and removed request for a team January 31, 2025 17:10
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@pedromtec pedromtec merged commit 38ffbaf into main Jan 31, 2025
8 checks passed
@pedromtec pedromtec deleted the fix/husky branch January 31, 2025 17:28
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.

3 participants