From: Dessalines Date: Mon, 4 Oct 2021 14:51:38 +0000 (-0400) Subject: Force husky install X-Git-Url: http://these/git/?a=commitdiff_plain;h=bcd6d3a078b001dcaedc6955fd01b4c79932d81d;p=lemmy-ui.git Force husky install --- diff --git a/package.json b/package.json index 77ee390..6385a34 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "lint": "node generate_translations.js && tsc --noEmit && eslint --report-unused-disable-directives --ext .js,.ts,.tsx src", "prebuild:dev": "yarn clean && node generate_translations.js", "prebuild:prod": "yarn clean && node generate_translations.js", + "prepare": "husky install", "start": "yarn build:dev --watch" }, "repository": "https://github.com/LemmyNet/lemmy-ui",