DocSpace-client/build/scripts/urlshortener.bat

7 lines
96 B
Batchfile

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