summary refs log tree commit diff
diff options
context:
space:
mode:
authorFeatyre <twooter.0g179@simplelogin.co>2022-01-24 22:59:18 +0800
committerFeatyre <twooter.0g179@simplelogin.co>2022-01-24 22:59:18 +0800
commitb81e2e25d656bcdf8c7aefa8ad7d06f0123f55a5 (patch)
tree220d626fbb334bda7bf474c08bdae6ad9aed865b
parentPartnet + Discover fix and join (diff)
parentMerge branch 'fosscord:master' into master (diff)
downloadserver-b81e2e25d656bcdf8c7aefa8ad7d06f0123f55a5.tar.xz
Merge branch 'master' of https://github.com/Featyre/fosscord-server
-rw-r--r--bundle/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/package.json b/bundle/package.json

index 75827521..331e4ebe 100644 --- a/bundle/package.json +++ b/bundle/package.json
@@ -4,7 +4,7 @@ "description": "", "main": "src/start.js", "scripts": { - "setup": "node scripts/install.js && npm install && ts-patch install -s && patch-package --patch-dir ../api/patches/ && npm run build", + "setup": "node scripts/install.js && npm install --no-optional && ts-patch install -s && patch-package --patch-dir ../api/patches/ && npm run build", "build": "node scripts/build.js", "start": "node scripts/build.js && node dist/bundle/src/start.js", "start:bundle": "node dist/bundle/src/start.js",