summary refs log tree commit diff
path: root/cdn/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
commit3b74fa9299af31161861fb5d04d6336ef9892675 (patch)
treea570c80822ad1c34ce138d45cfcf4784d48c9b57 /cdn/package.json
parentMerge branch 'compiler-change' of https://github.com/thearcanebrony/fosscord-... (diff)
downloadserver-3b74fa9299af31161861fb5d04d6336ef9892675.tar.xz
:sparkles: bundle build script
Diffstat (limited to 'cdn/package.json')
-rw-r--r--cdn/package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/cdn/package.json b/cdn/package.json
index 4ca7f68b..5d3f1589 100644
--- a/cdn/package.json
+++ b/cdn/package.json
@@ -7,7 +7,7 @@
 	"scripts": {
 		"postinstall": "ts-patch install -s",
 		"test": "npm run build && jest --coverage ./tests",
-		"build": "npx swc src --out-dir dist",
+		"build": "npx tsc -b .",
 		"start": "npm run build && node dist/start.js"
 	},
 	"repository": {
@@ -61,7 +61,6 @@
 		"nanocolors": "^0.2.12",
 		"node-fetch": "^2.6.1",
 		"supertest": "^6.1.6",
-		"swc": "^1.0.11",
 		"typescript": "^4.1.2",
 		"uuid": "^8.3.2"
 	},