From e8c22efda79948099df0f8e684385096434b3f50 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 --- gateway/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gateway') diff --git a/gateway/package.json b/gateway/package.json index e55ebe30..541df1cb 100644 --- a/gateway/package.json +++ b/gateway/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "npm run build && node dist/start.js", - "build": "npx tsc -b .", + "build": "npx typescript -b .", "dev": "tsnd --respawn src/start.ts" }, "keywords": [], -- cgit 1.4.1