build: add packageManager field to package.json
[e-mobility-charging-stations-simulator.git] / package.json
index 2d573d850d77b8886cac79e7e2c1c16a614c661c..cf3b8111352bb2431a3c6f2ee2fb23d1bf7767b0 100644 (file)
@@ -10,6 +10,7 @@
     "node": "20.12.0",
     "pnpm": "8.15.6"
   },
+  "packageManager": "pnpm@8.15.6",
   "repository": {
     "type": "git",
     "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git"
@@ -51,7 +52,7 @@
     "useTsNode": true
   },
   "scripts": {
-    "preinstall": "node skip-preinstall.js || npx --yes only-allow pnpm",
+    "preinstall": "node skip-preinstall.js",
     "prepare": "node prepare.js",
     "build-requirements": "node --no-warnings build-requirements.js",
     "start": "pnpm build && cross-env NODE_ENV=production node dist/start.js",
     "@commitlint/config-conventional": "^19.1.0",
     "@mikro-orm/cli": "^6.1.12",
     "@release-it/bumper": "^6.0.1",
-    "@types/node": "^20.12.2",
+    "@types/node": "^20.12.3",
     "@types/semver": "^7.5.8",
     "@types/tar": "^6.1.11",
     "@types/ws": "^8.5.10",