From e09c4c15611c5e9946e059e9bae348b243107141 Mon Sep 17 00:00:00 2001 From: Damian Date: Mon, 13 May 2024 15:00:00 +0300 Subject: [PATCH] fix: husky break --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f7ab63..2c44bfb 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "lint": "tslint --project .", "lint:fix": "tslint --project . --fix", "build": "tsc -p tsconfig.json", - "prepare": "npm run build && husky install", + "prepare": "npm run build && husky install" }, "author": "Itheum Protocol", "license": "GPL-3.0-only",