Update build.frontend.bat

This commit is contained in:
Alexey Safronov 2023-10-04 12:19:23 +04:00
parent fc503d8528
commit e3ad782228

View File

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