From d99e5c565a64fd9e5994c3bb67d4cf31e00666f5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 6 Oct 2021 17:39:32 +0200 Subject: :arrow_up: update packages --- 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 5165e2a3..cd2b9f44 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -4,7 +4,7 @@ "description": "", "main": "src/start.js", "scripts": { - "setup": "cd ../util && npm --production=false i && cd ../api && npm --production=false i && cd ../cdn && npm --production=false i && cd ../gateway && npm --production=false i && cd ../bundle/ && npm install && npm run build", + "setup": "cd ../util && npm --production=false i && cd ../api && npm --production=false i && cd ../cdn && npm --production=false i && cd ../gateway && npm --production=false i && cd ../bundle/ && npm --production=false i && npm run build", "build": "npm run build:util && npm run build:api && npm run build:cdn && npm run build:gateway && npm run build:bundle", "postinstall": "ts-patch install -s", "build:bundle": "npx tsc -b .", -- cgit 1.5.1