From 711e924109a33e253819ce80b8d44868d77a6ff1 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sat, 18 Jan 2020 00:13:46 -0500 Subject: [PATCH] run make command instead of build.sh --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e710b4a..1785d79 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 && sh ./build.sh", + "build": "tsc -p ./tsconfig.json && make", "lint-find": "eslint ./ --ext ts" }, "author": "Library of Code sp-us Engineering Team",