diff --git a/.husky/commit-msg b/.husky/commit-msg index 90e3f56..4b97214 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,6 +1,3 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - # Colors for output RED='\033[0;31m' GREEN='\033[0;32m' diff --git a/.husky/pre-commit b/.husky/pre-commit index 057fb0b..cde78e6 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,6 +1,3 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - # Colors for output RED='\033[0;31m' GREEN='\033[0;32m' diff --git a/package.json b/package.json index fdb334f..eb279ae 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "cdk:synth": "cdk synth", "cdk:deploy": "cdk deploy", "cdk:destroy": "cdk destroy", - "prepare": "husky install", + "prepare": "husky", "pre-commit": "lint-staged", "clean": "rm -rf lib dist coverage .jsii tsconfig.tsbuildinfo" },