👷 Update build script to include patcher-installer executable
This commit is contained in:
parent
442b576981
commit
cd3bef0017
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue