summary refs log tree commit diff
path: root/bundle
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-23 17:29:00 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-23 17:29:00 +0200
commitfa00ea8d2e1666e86db6bb76d66566e99b06ec29 (patch)
treea9ce1cd54d5dd50023e1a1c5d0a494802f37b5e6 /bundle
parentMerge pull request #372 from fosscord/unittests (diff)
downloadserver-fa00ea8d2e1666e86db6bb76d66566e99b06ec29.tar.xz
:art: remove start from setup script
Diffstat (limited to 'bundle')
-rw-r--r--bundle/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/package.json b/bundle/package.json
index 722d2255..fa6fe669 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 && npm install && npm run start",
+		"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 && npm install",
 		"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 .",