Browse Source

chore: revise preinstall for npm-force-resolutions

pull/3383/head
Wing-Kam Wong 2 years ago
parent
commit
9c554267e9
  1. 2
      packages/nocodb-sdk/package.json

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

Loading…
Cancel
Save