summary refs log tree commit diff
path: root/util/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 /util/package.json
parentMerge branch 'compiler-change' of https://github.com/thearcanebrony/fosscord-... (diff)
downloadserver-b44f356d9efbdfdae920f0a7853df20c366b5fc8.tar.xz
:sparkles: bundle build script
Diffstat (limited to 'util/package.json')
-rw-r--r--util/package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/package.json b/util/package.json
index a4dd11c7..32204081 100644
--- a/util/package.json
+++ b/util/package.json
@@ -8,7 +8,7 @@
 		"start": "npm run build && node dist/",
 		"test": "npm run build && jest",
 		"postinstall": "npm run build",
-		"build": "npx swc src --out-dir dist"
+		"build": "npx tsc -b ."
 	},
 	"repository": {
 		"type": "git",
@@ -54,7 +54,6 @@
 		"pg": "^8.7.1",
 		"reflect-metadata": "^0.1.13",
 		"sqlite3": "^5.0.2",
-		"swc": "^1.0.11",
 		"tsconfig-paths": "^3.11.0",
 		"typeorm": "^0.2.37",
 		"typescript": "^4.4.2",