1
0
mirror of https://github.com/ONLYOFFICE/DocSpace-buildtools.git synced 2025-04-18 13:44:02 +03:00
DocSpace-buildtools/build.frontend.bat
2023-10-04 12:19:23 +04:00

11 lines
76 B
Batchfile

PUSHD %~dp0..
cd client
REM call yarn wipe
call yarn install
cd ..
POPD