👷 Update build script to include patcher-installer executable

This commit is contained in:
C-3PO 2018-08-09 16:43:00 +02:00
parent 442b576981
commit cd3bef0017
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -2,7 +2,7 @@
"name": "patcher", "name": "patcher",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "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" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"devDependencies": { "devDependencies": {