DocSpace-buildtools/build/scripts/socketio.bat

7 lines
87 B
Batchfile
Raw Normal View History

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