Attempt to fix windows build with npm rebuild command.

pull/6473/head
Akshay Joshi 2023-06-20 17:33:22 +05:30
parent 4490f6f838
commit 878c14dec0
1 changed files with 1 additions and 0 deletions

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