DocSpace-buildtools/build/rebuild.frontend.bat

11 lines
132 B
Batchfile
Raw Normal View History

2020-10-23 10:12:17 +00:00
PUSHD %~dp0
call start\stop.bat
PUSHD %~dp0..
2020-11-24 10:40:13 +00:00
echo "BUILD FRONT-EDN"
call yarn install
2020-10-23 10:12:17 +00:00
start /b call build\start\start.bat
pause