summary refs log tree commit diff
diff options
context:
space:
mode:
authorFeatyre <88265031+Featyre@users.noreply.github.com>2022-01-24 12:26:52 +0000
committerGitHub <noreply@github.com>2022-01-24 12:26:52 +0000
commita8626d0230379a1ed49a6e4ad5c8f16fc12b327b (patch)
tree51580403d9732acc89c4c00c97434f7a152a78d4
parentPrep for Category db work (diff)
parentSpeed up setup by not installing optional packages (#605) (diff)
downloadserver-a8626d0230379a1ed49a6e4ad5c8f16fc12b327b.tar.xz
Merge branch 'fosscord:master' into master
-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",