restore compile script

This commit is contained in:
Daan Wijns 2020-10-18 12:21:21 +02:00
parent af923e6648
commit b052b8f883

View file

@ -4,7 +4,7 @@ build_and_copy(){
npm run build
VERSION=$(jq -r .version package.json)
mkdir ../vuetorrent-release
git clone https://github.com/wdaan/VueTorrent.git ../vuetorrent-release
git clone git@github.com:WDaan/VueTorrent.git ../vuetorrent-release
cd ../vuetorrent-release
git checkout latest-release
git pull