stavalfi / jstream

Represent graphs, differently https://stavalfi.github.io/jstream/
2 stars 0 forks source link

Add husky support #29

Closed stavalfi closed 5 years ago

stavalfi commented 5 years ago

30

Read on it here: https://github.com/typicode/husky :

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

Also: https://medium.com/@bartwijnants/using-prettier-and-husky-to-make-your-commits-save-2960f55cd351

stavalfi commented 5 years ago

@yinonc

stavalfi commented 5 years ago

done