fixed build.bat

This commit is contained in:
Alexey Bannov 2021-11-21 16:46:09 +03:00
parent fb197315f9
commit 643c1ce6f1

View File

@ -1,4 +1,6 @@
PUSHD %~dp0..
REM call yarn wipe
call yarn install
call yarn install
POPD