diff --git a/api/package-lock.json b/api/package-lock.json index ef5554b0d..84d3ffd30 100644 Binary files a/api/package-lock.json and b/api/package-lock.json differ diff --git a/bundle/package-lock.json b/bundle/package-lock.json index f2e3e46ec..ea4fb9e2d 100644 Binary files a/bundle/package-lock.json and b/bundle/package-lock.json differ diff --git a/bundle/package.json b/bundle/package.json index 5165e2a34..cd2b9f44c 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 .", diff --git a/cdn/package-lock.json b/cdn/package-lock.json index 9b3677026..a71d100d0 100644 Binary files a/cdn/package-lock.json and b/cdn/package-lock.json differ diff --git a/gateway/package-lock.json b/gateway/package-lock.json index e319470ae..65117a07f 100644 Binary files a/gateway/package-lock.json and b/gateway/package-lock.json differ