an example would be: ``` // package.json { "husk...
# sdf
c
an example would be:
Copy code
// package.json
{
  "husky": {
    "hooks": {
      "pre-commit": "eslint && tslint",
      "post-commit": "yarn sdf-deploy-sandbox",
    }
  }
}
Copy code
git commit -m 'JIRA-1234 New User Event script'