Attempt to fix windows build with npm rebuild command.

This commit is contained in:
Akshay Joshi 2023-06-20 17:33:22 +05:30
parent 4490f6f838
commit 878c14dec0

View File

@ -217,6 +217,7 @@ REM Main build sequence Ends
ECHO Installing javascript dependencies...
CD "%BUILDROOT%\web"
CALL yarn install || EXIT /B 1
CALL npm rebuild || EXIT /B 1
ECHO Bundling javascript...
CALL yarn run bundle || EXIT /B 1