diff --git a/api/package-lock.json b/api/package-lock.json index 53088d5d..1633a945 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 c06ab5ee..14c54874 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 0be37a8e..2bcab8f6 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 && npm install", + "setup": "npm install && 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", "postinstall": "ts-patch install -s", "build:bundle": "npx tsc -b .", diff --git a/gateway/package-lock.json b/gateway/package-lock.json index 8ea277fe..4296feae 100644 Binary files a/gateway/package-lock.json and b/gateway/package-lock.json differ