From d1c523da9877739a727674f553c0bd84933341b5 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 19 Dec 2021 07:37:15 +0530 Subject: Remove 'commitizen' straggling code (#2339) [skip ci] --- .husky/prepare-commit-msg | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 .husky/prepare-commit-msg (limited to '.husky') diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg deleted file mode 100755 index 238765e56..000000000 --- a/.husky/prepare-commit-msg +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -FILE_NAME="$(dirname "$0")/_/husky.sh" - -# Conditionally invoke so as to avoid running npm commands if this is a clean checkout (ie before installing npm modules) -if [ -f $FILE_NAME ]; then - . $FILE_NAME - - ( exec < /dev/tty && git commit --hook ) || true -fi -- cgit v1.2.3-54-g00ecf