From 8e7a947d27243ef589ec432d45765f24a1218c6f Mon Sep 17 00:00:00 2001 From: lazarvelickovic Date: Wed, 21 Dec 2022 12:55:37 +0100 Subject: [PATCH] Adapt package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e76ed48..61420345 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "fmt": "npm run prettier -- --write", "prettier": "prettier \"**/*.{css,html,ts,js,java}\"", "prepublishOnly": "npm run build && npm run ios:build", - "prepare": "husky install" + "prepare": "husky install && npm run prepublishOnly" }, "author": "Max Lynch , Thomas Vidas ", "license": "MIT",