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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user