From 6d186a7f3a6f3166dabcae05f3b94700d368e3e4 Mon Sep 17 00:00:00 2001 From: Bsian Date: Sat, 28 Dec 2019 02:45:32 +0000 Subject: [PATCH] Change build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 355e0cc..872be08 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/Client.js", "scripts": { "lint": "eslint ./ --ext ts --fix", - "build": "tsc -p ./tsconfig.json", + "build": "sh ./build.sh", "lint-find": "eslint ./ --ext ts" }, "author": "Library of Code sp-us Engineering Team",