From 35702adf50b8ed1588c5bb5429f977c34f6443be Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 18 Aug 2021 13:47:31 +0200 Subject: :bug: update build script --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/package.json b/api/package.json index 7b2de011..d2070850 100644 --- a/api/package.json +++ b/api/package.json @@ -8,7 +8,7 @@ "test": "jest", "test:watch": "jest --watch", "start": "npm run build && node dist/start", - "build": "npx tsc -b .", + "build": "npx typescript -b .", "build-docker": "tsc -p tsconfig-docker.json", "dev": "tsnd --respawn src/start.ts" }, -- cgit 1.4.1