repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a52fbc9
)
fix: fix dependencies installation
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 3 Apr 2024 13:25:42 +0000
(15:25 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 3 Apr 2024 13:25:42 +0000
(15:25 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
package.json
patch
|
blob
|
blame
|
history
diff --git
a/package.json
b/package.json
index cf3b8111352bb2431a3c6f2ee2fb23d1bf7767b0..d486eebd4b3834602303af4537be92a20898d236 100644
(file)
--- 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",