From b44f356d9efbdfdae920f0a7853df20c366b5fc8 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 8 Oct 2021 10:43:43 +0200 Subject: :sparkles: bundle build script --- cdn/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cdn/package.json') 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" }, -- cgit 1.5.1