1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-03 21:10:05 +00:00

chore(git): enabled pre-commit git hook

This commit is contained in:
Yury Shkoda
2021-06-09 09:13:40 +03:00
parent 7a738a8904
commit 6b8ef6c55a
2 changed files with 19 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"start": "nodemon ./src/index.ts",
"build": "tsc --project ./",
"semantic-release": "semantic-release -d",
"postinstall": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true"
},
"author": "Analytium",
"dependencies": {