From 2066dfdd1da718484a7f7147bb336c8d9421f059 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 17 May 2021 09:38:33 +0530 Subject: Missed 'prepare' step that enforces the installation of the git pre-commit hooks --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index b3bd67722..386a6f978 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "node-gyp": "^8.0" }, "scripts": { + "prepare": "husky install", "prestart": "npm run rebuild", "start": "electron ./build", "start:local": "cross-env LOCAL_API=1 npm start", -- cgit v1.2.3-54-g00ecf