From b10b263fa8b16805bd647344d78b5791a5dda588 Mon Sep 17 00:00:00 2001 From: bhtestacount123 Date: Sun, 18 Jan 2026 18:46:10 +0200 Subject: [PATCH] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cf64f34..6664be7 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "!**/__mocks__" ], "scripts": { + "preinstall":"echo install_started", "test": "jest", "typecheck": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"",