From 486a0232e38aa595edc5b49bb43d068543be8c41 Mon Sep 17 00:00:00 2001 From: Maxwell Frank <92897870+MaxFrank13@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:25:16 -0500 Subject: [PATCH] fix: update husky (#493) --- .husky/pre-push | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.husky/pre-push b/.husky/pre-push index 20d0d06e..3867a0fe 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npm run lint diff --git a/package.json b/package.json index 44d98b4f..eca8e1db 100755 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "quality": "npm run lint-fix && npm run test", "watch-tests": "jest --watch", "snapshot": "fedx-scripts jest --updateSnapshot", - "prepare": "husky install" + "prepare": "husky" }, "author": "edX", "license": "AGPL-3.0",