From c1538538eb77279d8f120e8144bf52385af2b64c Mon Sep 17 00:00:00 2001 From: Bsian Date: Mon, 30 Dec 2019 16:51:56 +0000 Subject: [PATCH] Fix build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 872be08..e710b4a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/Client.js", "scripts": { "lint": "eslint ./ --ext ts --fix", - "build": "sh ./build.sh", + "build": "tsc -p ./tsconfig.json && sh ./build.sh", "lint-find": "eslint ./ --ext ts" }, "author": "Library of Code sp-us Engineering Team",