diff --git a/packages/nocodb-sdk/package.json b/packages/nocodb-sdk/package.json index ee76ae18e3..e8bc6bdb83 100644 --- a/packages/nocodb-sdk/package.json +++ b/packages/nocodb-sdk/package.json @@ -9,7 +9,7 @@ "license": "MIT", "keywords": [], "scripts": { - "preinstall": "npx npm-force-resolutions", + "preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions", "build": "npm run generate:sdk && run-p build:*", "build:main": "tsc -p tsconfig.json", "build:module": "tsc -p tsconfig.module.json",