From b5905c1bba38cf95b89d716ebea59081209e7df3 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 7 Oct 2021 09:59:04 +0200 Subject: :bug: fix swcrc config: rewrite import -> require --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/package.json') diff --git a/api/package.json b/api/package.json index 37721728..2764320a 100644 --- a/api/package.json +++ b/api/package.json @@ -10,7 +10,7 @@ "test": "npm run build && npm run test:only", "test:watch": "jest --watch", "start": "npm run build && node dist/start", - "build": "npx tsc -b .", + "build": "swc src --out-dir dist", "build-docker": "tsc -p tsconfig-docker.json", "dev": "tsnd --respawn src/start.ts", "patch": "ts-patch install -s && npx patch-package", -- cgit 1.5.1