mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-29 05:28:53 +03:00
restore compile script
This commit is contained in:
parent
af923e6648
commit
b052b8f883
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ build_and_copy(){
|
||||||
npm run build
|
npm run build
|
||||||
VERSION=$(jq -r .version package.json)
|
VERSION=$(jq -r .version package.json)
|
||||||
mkdir ../vuetorrent-release
|
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
|
cd ../vuetorrent-release
|
||||||
git checkout latest-release
|
git checkout latest-release
|
||||||
git pull
|
git pull
|
||||||
|
|
Loading…
Reference in a new issue