DocSpace-buildtools/build/scripts/urlshortener.bat
2022-08-12 17:49:34 +03:00

7 lines
90 B
Batchfile

PUSHD %~dp0..
cd %~dp0../../common/ASC.UrlShortener/
call yarn install --immutable
POPD