From ba8a4243f7b594cc7d322993a8b18df0565d4546 Mon Sep 17 00:00:00 2001 From: overbalance Date: Fri, 14 Nov 2025 16:16:36 -0600 Subject: [PATCH] chore(npm): block dependency install scripts --- .npmrc | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 4c496ecbd..0223b1321 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ lockfile-version=3 -include=optional engine-strict=true workspaces-update=true +ignore-scripts=true diff --git a/package.json b/package.json index efe7e0833..0007a7384 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ }, "sideEffects": false, "scripts": { + "prepare": "lefthook install -f", "prepublishOnly": "npm run compile && npm run validate", "clean": "npm run clean --workspaces --if-present; npx -y rimraf -g \"**/.sonda\" \"**/build\" \"**/dist\" \"**/node_modules\"", "compile": "npm run sdk:compile && npm run compile --workspaces --if-present",