1
0
mirror of https://github.com/ONLYOFFICE/DocSpace-buildtools.git synced 2025-04-18 13:44:02 +03:00

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