diff --git a/api/package-lock.json b/api/package-lock.json index ef5554b0..84d3ffd3 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 f2e3e46e..ea4fb9e2 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 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 .", diff --git a/cdn/package-lock.json b/cdn/package-lock.json index 9b367702..a71d100d 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 e319470a..65117a07 100644 Binary files a/gateway/package-lock.json and b/gateway/package-lock.json differ