diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-06 17:39:32 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-06 17:39:32 +0200 |
commit | 977a9637788eb89033b38e2e8cb48b0f0b18f378 (patch) | |
tree | 2b73c0d7c123dde6894b924f14955638d880a801 /bundle/package.json | |
parent | :arrow_up: lambert-server@1.2.11 (diff) | |
download | server-977a9637788eb89033b38e2e8cb48b0f0b18f378.tar.xz |
:arrow_up: update packages
Diffstat (limited to 'bundle/package.json')
-rw-r--r-- | bundle/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 .", |