summary refs log tree commit diff
path: root/bundle
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-13 00:17:56 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-13 00:17:56 +0200
commit13b7b847618b520112af568c5cd71a6068d576c0 (patch)
treea2261f8cca6ff7186d3c92897015ee2e9a391608 /bundle
parent:bug: fix invites: ajv doesn't treat null as undefined (diff)
downloadserver-13b7b847618b520112af568c5cd71a6068d576c0.tar.xz
:bug: fix channel events + message send
Diffstat (limited to 'bundle')
-rw-r--r--bundle/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundle/package.json b/bundle/package.json
index 996ab30b..83f26116 100644
--- a/bundle/package.json
+++ b/bundle/package.json
@@ -11,7 +11,8 @@
 		"build:api": "cd ../api/ && npm run build",
 		"build:cdn": "cd ../cdn/ && npm run build",
 		"build:gateway": "cd ../gateway/ && npm run build",
-		"start": "npm run build && node -r ./tsconfig-paths-bootstrap.js dist/start.js",
+		"start": "npm run build && npm run start:bundle",
+		"start:bundle": "node -r ./tsconfig-paths-bootstrap.js dist/start.js",
 		"test": "echo \"Error: no test specified\" && exit 1"
 	},
 	"repository": {