From e52ca3b731f0e51ea44d4cd1f005c35fa784c15e Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Tue, 6 Feb 2024 00:19:34 +0000 Subject: [PATCH] fix: husky --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3200bfb..a50d5dd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "license": "MIT", "private": true, "scripts": { - "prepare": "husky install", + "install": "./node_modules/.bin/husky install", "dev": "ts-node src/main.ts config.json", "dev-electron": "run build:main && electron dist/electron.js", "build": "rimraf dist && run build:main",