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
commitb44f356d9efbdfdae920f0a7853df20c366b5fc8 (patch)
treeff2c8f2fe76c0ff7cf6e798a731df8ad9dfd2d1c /cdn/package.json
parentMerge branch 'compiler-change' of https://github.com/thearcanebrony/fosscord-... (diff)
downloadserver-ts-b44f356d9efbdfdae920f0a7853df20c366b5fc8.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" },