1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-11 06:10:05 +00:00

feat(git): enabled git hook enforcing conventional commits

This commit is contained in:
Yury Shkoda
2021-05-20 08:22:40 +03:00
parent ed9648fdf9
commit 01ca29fc01
2 changed files with 20 additions and 1 deletions

View File

@@ -12,7 +12,8 @@
"prepublishOnly": "cp -r ./build/* . && rm -rf ./build",
"postpublish": "git clean -fd",
"semantic-release": "semantic-release",
"typedoc": "typedoc"
"typedoc": "typedoc",
"postinstall": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true"
},
"publishConfig": {
"access": "public"