mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-14 22:13:41 +03:00
Added "git pull" and "git stash" to the commands run by the cmd scripts when launching the UI, this should make it so people who use it can automatically update the code from the repo and be up to date without manually using those commands everytime.
This commit is contained in:
parent
53f4fa96af
commit
70e4fa1c47
@ -34,6 +34,9 @@ IF "%CONDA_PATH%"=="" (
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
call git stash
|
||||
call git pull
|
||||
|
||||
:foundPath
|
||||
call "%CONDA_PATH%\Scripts\activate.bat"
|
||||
call conda env create -n "%conda_env_name%" -f environment.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user