From 762e6051ab4f09d580bb21e4e79ae14e9d616c25 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Thu, 20 Jun 2024 09:39:18 +0200 Subject: [PATCH 1/2] Update pre-commit --- .husky/pre-commit | 3 --- 1 file changed, 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index d24fdfc..2312dc5 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npx lint-staged From b84453b0550ca704302c458b8ed3c1e1a95a16ea Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Thu, 20 Jun 2024 09:41:15 +0200 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 524fff4..b6945a5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "test:node": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --coverage", "test:browser": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --coverage --testEnvironment=jsdom", "prepack": "npm run build", - "prepare": "husky install" + "prepare": "husky" }, "author": "Jose F. Romaniello ", "contributors": [