DocSpace-buildtools/scripts/webdav.bat

7 lines
91 B
Batchfile
Raw Permalink Normal View History

2022-08-02 12:24:19 +00:00
PUSHD %~dp0..
2023-10-02 12:30:39 +00:00
cd %~dp0../../server/common/ASC.WebDav/
2022-08-02 12:24:19 +00:00
2022-08-12 14:49:34 +00:00
call yarn install --immutable
2022-08-02 12:24:19 +00:00
POPD