diff --git a/build/build.frontend.bat b/build/build.frontend.bat index 209e69cc35..40c1091a69 100644 --- a/build/build.frontend.bat +++ b/build/build.frontend.bat @@ -1,4 +1,6 @@ PUSHD %~dp0.. REM call yarn wipe -call yarn install \ No newline at end of file +call yarn install + +POPD \ No newline at end of file