From cd3bef001773dcb7d7d87500487bce9903a929ce Mon Sep 17 00:00:00 2001 From: C-3PO Date: Thu, 9 Aug 2018 16:43:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20build=20script=20to=20i?= =?UTF-8?q?nclude=20patcher-installer=20executable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 346d4d2..75bd13a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "patcher", "main": "dist/index.js", "scripts": { - "start": "rm -rf dist && tsc", + "start": "rm -rf dist && tsc && cd ../patcher-installer && ./build.sh && cd ../patcher && mkdir dist/lib && cp ../patcher-installer/patcher-installer dist/lib", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": {