From: Jérôme Benoit Date: Wed, 3 Apr 2024 13:25:42 +0000 (+0200) Subject: fix: fix dependencies installation X-Git-Tag: v1.3.2~20 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=eca10365af388161139c7a5c4a8faae457fad495;hp=a52fbc9a85918de4c9a6b4df0265abfe6ec698d3;p=e-mobility-charging-stations-simulator.git fix: fix dependencies installation Signed-off-by: Jérôme Benoit --- diff --git a/package.json b/package.json index cf3b8111..d486eebd 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,6 @@ "useTsNode": true }, "scripts": { - "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",