DocSpace-client/build/install/win/frontend-build.bat

14 lines
175 B
Batchfile
Raw Normal View History

@echo off
echo
echo ######################
echo # build frontend #
echo ######################
pushd %~1
call yarn install
call yarn build
call yarn deploy
popd