1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-05 00:20:05 +00:00

feat(git): enabled pre-commit hook enforcing conventional commits

This commit is contained in:
Yury Shkoda
2021-05-19 15:03:02 +03:00
parent 41ccc5fdd9
commit a56fce86b1
2 changed files with 20 additions and 1 deletions

View File

@@ -29,7 +29,8 @@
"build": "sasjs cbd -t viya",
"docs": "sasjs doc && ./sasjs/utils/build.sh",
"test": "sasjs test -t viya",
"lint": "sasjs lint"
"lint": "sasjs lint",
"postinstall": "git config core.hooksPath ./.git-hooks"
},
"devDependencies": {
"@sasjs/cli": "^2.19.3",