summary refs log tree commit diff
path: root/gateway/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-08 10:43:43 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-08 10:43:43 +0200
commitb44f356d9efbdfdae920f0a7853df20c366b5fc8 (patch)
treeff2c8f2fe76c0ff7cf6e798a731df8ad9dfd2d1c /gateway/package.json
parentMerge branch 'compiler-change' of https://github.com/thearcanebrony/fosscord-... (diff)
downloadserver-b44f356d9efbdfdae920f0a7853df20c366b5fc8.tar.xz
:sparkles: bundle build script
Diffstat (limited to 'gateway/package.json')
-rw-r--r--gateway/package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/gateway/package.json b/gateway/package.json
index d9a0ba6c..ddbddeff 100644
--- a/gateway/package.json
+++ b/gateway/package.json
@@ -8,7 +8,7 @@
 		"postinstall": "npx ts-patch install -s",
 		"test": "echo \"Error: no test specified\" && exit 1",
 		"start": "npm run build && node dist/start.js",
-		"build": "npx swc src --out-dir dist",
+		"build": "npx tsc -b .",
 		"dev": "tsnd --respawn src/start.ts"
 	},
 	"keywords": [],
@@ -41,7 +41,6 @@
 		"missing-native-js-functions": "^1.2.17",
 		"mongoose-autopopulate": "^0.12.3",
 		"node-fetch": "^2.6.1",
-		"swc": "^1.0.11",
 		"typeorm": "^0.2.37",
 		"uuid": "^8.3.2",
 		"ws": "^7.4.2"