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",