summary refs log tree commit diff
path: root/cdn/package.json
diff options
context:
space:
mode:
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"
 	},