From edece1d1ede2d1854029bf355a0b9e7d2bcf4e81 Mon Sep 17 00:00:00 2001 From: Benjamin Ramser Date: Sat, 28 Sep 2024 10:27:22 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps-dev):=20=F0=9F=94=A7=20husky=20depre?= =?UTF-8?q?cation=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/commit-msg | 3 --- .husky/prepare-commit-msg | 3 --- 2 files changed, 6 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index d71a03b..2785bc1 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - yarn commitlint --edit $1 diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg index 9cbe7b2..2c15959 100755 --- a/.husky/prepare-commit-msg +++ b/.husky/prepare-commit-msg @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - yarn devmoji -e