DocSpace-client/build/scripts/socketio.bat

7 lines
93 B
Batchfile
Raw Normal View History

2022-08-02 12:24:19 +00:00
PUSHD %~dp0..
cd %~dp0../../common/ASC.Socket.IO/
call yarn install --frozen-lockfile
POPD