Merge branch 'develop' into feature/oauth2-client

This commit is contained in:
Timofey Boyko 2023-10-04 15:13:25 +03:00
commit 242340255b

View File

@ -1,6 +1,11 @@
PUSHD %~dp0..
cd client
REM call yarn wipe
call yarn install
cd ..
POPD