mirror of
https://github.com/ONLYOFFICE/DocSpace-buildtools.git
synced 2025-04-18 13:44:02 +03:00
11 lines
76 B
Batchfile
11 lines
76 B
Batchfile
PUSHD %~dp0..
|
|
|
|
cd client
|
|
|
|
REM call yarn wipe
|
|
|
|
call yarn install
|
|
|
|
cd ..
|
|
|
|
POPD |