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

[BUG] husky does not run when running in Docker container #79

Closed
mikeyavorsky opened this issue Jul 7, 2021 · 0 comments
Closed

[BUG] husky does not run when running in Docker container #79

mikeyavorsky opened this issue Jul 7, 2021 · 0 comments
Assignees
Labels
bug Something isn't working frontend

Comments

@mikeyavorsky
Copy link
Collaborator

Describe the bug

If the dev is running the front-end in a Docker container, husky hooks are not run when git commit is run inside the container.

To Reproduce
Steps to reproduce the behavior:

  1. Run docker compose up -d
  2. Introduce a Prettier transgression in the frontend code such as ()=>{ return; }
  3. Run git commit
  4. Prettier is not run against the file
@mikeyavorsky mikeyavorsky self-assigned this Jul 7, 2021
@mikeyavorsky mikeyavorsky added bug Something isn't working frontend labels Jul 7, 2021
@srsexton94 srsexton94 moved this from To do to In progress in National Police Data Collaborative MVP Jul 17, 2021
National Police Data Collaborative MVP automation moved this from In progress to Done Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Development

No branches or pull requests

2 participants