From 2241681c784274f8de578f69320e1e13adc7438d Mon Sep 17 00:00:00 2001 From: pamapa Date: Fri, 4 Oct 2024 08:54:18 +0200 Subject: [PATCH] fix: avoid husky deprecated warning --- .husky/pre-commit | 3 --- 1 file changed, 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index e33e10737..ed56c4919 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,6 +1,3 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx lint-staged npm run build-types -- --local git add 'docs/*.api.md'