From 0549f609251a8127c57e2732df0dfbf300e31c76 Mon Sep 17 00:00:00 2001 From: Dzmitry Lahunouski Date: Fri, 16 Aug 2024 23:07:28 +0100 Subject: [PATCH] remove hisky legacy scripts --- .husky/pre-commit | 3 --- .husky/pre-push | 3 --- 2 files changed, 6 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 3a3b5d8..4e581b8 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npx lint-staged; \ No newline at end of file diff --git a/.husky/pre-push b/.husky/pre-push index dc80479..5ec05a3 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,5 +1,2 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - make lint; make test; \ No newline at end of file