From 56602397c40f0169553ef02bd050184350ec6981 Mon Sep 17 00:00:00 2001 From: Sebastian Gerske <13647606+H34D@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:48:02 +0200 Subject: [PATCH] feature: build after install --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b6ba6633..25547fa2f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "lint:ts": "eslint --max-warnings 0 .", "lint:json": "prettier -c src/assets/*/*.json", "prepack": "yarn build", - "prepare": "husky install", + "prepare": "husky install && tsc", "test": "jest" }, "repository": {