DocSpace-buildtools/build.frontend.bat

11 lines
76 B
Batchfile

PUSHD %~dp0..
cd client
REM call yarn wipe
call yarn install
cd ..
POPD