diff options
author | Featyre <88265031+Featyre@users.noreply.github.com> | 2022-01-24 12:26:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-24 12:26:52 +0000 |
commit | a8626d0230379a1ed49a6e4ad5c8f16fc12b327b (patch) | |
tree | 51580403d9732acc89c4c00c97434f7a152a78d4 | |
parent | Prep for Category db work (diff) | |
parent | Speed up setup by not installing optional packages (#605) (diff) | |
download | server-a8626d0230379a1ed49a6e4ad5c8f16fc12b327b.tar.xz |
Merge branch 'fosscord:master' into master
-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 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", |