⬆️ update dependencies

This commit is contained in:
Flam3rboy 2021-10-04 22:01:05 +02:00
parent 1882beef0c
commit 7b58dc3a3d
4 changed files with 1 additions and 1 deletions

BIN
api/package-lock.json generated

Binary file not shown.

BIN
bundle/package-lock.json generated

Binary file not shown.

View File

@ -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 .",

Binary file not shown.