summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-23 16:03:50 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-23 16:03:50 +0200
commit053fa4b4998ef10c1c2d7ceb3e6a24164562d343 (patch)
tree4d283abf1fcd16494b4da9cf7634a8fd66e4089d /bundle/package.json
parent:sparkles: example value in documentation (diff)
downloadserver-053fa4b4998ef10c1c2d7ceb3e6a24164562d343.tar.xz
:bug: fix (pre) install scripts
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/package.json b/bundle/package.json
index 4b4e8286..c2b6851e 100644
--- a/bundle/package.json
+++ b/bundle/package.json
@@ -5,7 +5,7 @@
 	"main": "src/start.js",
 	"scripts": {
 		"prepare": "ts-patch install -s",
-		"preinstall": "cd ../util && npm i && cd ../api && npm i && cd ../cdn && npm i && cd ../gateway && npm i",
+		"preinstall": "cd ../util && npm --production=false i && cd ../api && npm --production=false i && cd ../cdn && npm --production=false i && cd ../gateway && npm --production=false i",
 		"build": "npm run build:util && npm run build:api && npm run build:cdn && npm run build:gateway && npm run build:bundle",
 		"build:bundle": "npx tsc -b .",
 		"build:util": "cd ../util/ && npm run build",