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}\"",