Skip to content

Replace pre-commit by husky #3

@eamador

Description

@eamador

Replace "pre-commit" by "husky"

https://github.com/typicode/husky

// package.json
{
  "husky": {
    "hooks": {
      "pre-commit": "npm test",
      "pre-push": "npm test",
      "...": "..."
    }
  }
}

Suggestion coming from PR #2 by https://github.com/juanjoDiaz

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions