summary refs log tree commit diff
path: root/bundle
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-23 16:30:28 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-23 16:30:28 +0200
commita2a31b9485291e064773fac64ae2bdaf0311fd06 (patch)
tree7380d18acd96965e7483d6602efea80c141f8e15 /bundle
parentMerge branch 'master' into unittests (diff)
downloadserver-ts-a2a31b9485291e064773fac64ae2bdaf0311fd06.tar.xz
:bug: fix install script
Diffstat (limited to 'bundle')
-rw-r--r--bundle/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundle/package.json b/bundle/package.json

index c2b6851e..dfe892a4 100644 --- a/bundle/package.json +++ b/bundle/package.json
@@ -4,9 +4,9 @@ "description": "", "main": "src/start.js", "scripts": { - "prepare": "ts-patch install -s", - "preinstall": "cd ../util && npm --production=false i && cd ../api && npm --production=false i && cd ../cdn && npm --production=false i && cd ../gateway && npm --production=false i", + "prepare": "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 .", "build:util": "cd ../util/ && npm run build", "build:api": "cd ../api/ && npm run build",