Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 356 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 356 Bytes

README

To install git hooks for Studytube Angular app:

  1. 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
  1. Update postinstall script in the app's package.json
"scripts": {
    "postinstall": "./node_modules/ng-git-hooks/setup-hooks.sh",
    ...
},