From e3ad782228cb8d64d21a1d6fccfd193f23854cb6 Mon Sep 17 00:00:00 2001 From: Alexey Safronov Date: Wed, 4 Oct 2023 12:19:23 +0400 Subject: [PATCH] Update build.frontend.bat --- build.frontend.bat | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.frontend.bat b/build.frontend.bat index 40c1091a69..53e0c23ef2 100644 --- a/build.frontend.bat +++ b/build.frontend.bat @@ -1,6 +1,11 @@ PUSHD %~dp0.. +cd client + REM call yarn wipe + call yarn install +cd .. + POPD \ No newline at end of file