]> Untitled Git - lemmy-ui.git/commitdiff
Force husky install
authorDessalines <tyhou13@gmx.com>
Mon, 4 Oct 2021 14:51:38 +0000 (10:51 -0400)
committerDessalines <tyhou13@gmx.com>
Mon, 4 Oct 2021 14:51:38 +0000 (10:51 -0400)
package.json

index 77ee390eed8fd1887e886c924f71b66fcee3b404..6385a346567aa27f35d675a2c7334879d1741a59 100644 (file)
@@ -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",