andaluh-js icon indicating copy to clipboard operation
andaluh-js copied to clipboard

Replace pre-commit by husky

Open eamador opened this issue 5 years ago • 0 comments

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 https://github.com/andalugeeks/andaluh-js/pull/2 by https://github.com/juanjoDiaz

eamador avatar Apr 23 '19 11:04 eamador