From c398c1512e86bccda737fef188e97956b50cdfb5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 23 Sep 2021 16:03:50 +0200 Subject: :bug: fix (pre) install scripts --- bundle/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundle/package.json') 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", -- cgit 1.5.1