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