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 --- gateway/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gateway/package.json') diff --git a/gateway/package.json b/gateway/package.json index d9a0ba6c..ddbddeff 100644 --- a/gateway/package.json +++ b/gateway/package.json @@ -8,7 +8,7 @@ "postinstall": "npx ts-patch install -s", "test": "echo \"Error: no test specified\" && exit 1", "start": "npm run build && node dist/start.js", - "build": "npx swc src --out-dir dist", + "build": "npx tsc -b .", "dev": "tsnd --respawn src/start.ts" }, "keywords": [], @@ -41,7 +41,6 @@ "missing-native-js-functions": "^1.2.17", "mongoose-autopopulate": "^0.12.3", "node-fetch": "^2.6.1", - "swc": "^1.0.11", "typeorm": "^0.2.37", "uuid": "^8.3.2", "ws": "^7.4.2" -- cgit 1.5.1