To install git hooks for Studytube Angular app:
- Add
ng-git-hooks
to the app dev dependencies
npm install --save-dev git+ssh://git@github.com:StudyTube/ng-git-hooks.git#1.0.0
- Update
postinstall
script in the app'spackage.json
"scripts": {
"postinstall": "./node_modules/ng-git-hooks/setup-hooks.sh",
...
},