diff --git a/build_scripts/build_macos.sh b/build_scripts/build_macos.sh index d172b899e8a8..7b8048cdcc53 100644 --- a/build_scripts/build_macos.sh +++ b/build_scripts/build_macos.sh @@ -31,8 +31,6 @@ cd chia-blockchain-gui || exit echo "npm build" npm install npm audit fix -npm run locale:extract -npm run locale:compile npm run build LAST_EXIT_CODE=$? if [ "$LAST_EXIT_CODE" -ne 0 ]; then diff --git a/build_scripts/build_windows.ps1 b/build_scripts/build_windows.ps1 index 6a530b02603e..4dd27d3d628a 100644 --- a/build_scripts/build_windows.ps1 +++ b/build_scripts/build_windows.ps1 @@ -83,8 +83,6 @@ npm install --save-dev electron-winstaller npm install -g electron-packager npm install npm audit fix -npm run locale:extract -npm run locale:compile git status diff --git a/install-gui.sh b/install-gui.sh index 79cab140ba6b..60dd323e7fd2 100644 --- a/install-gui.sh +++ b/install-gui.sh @@ -81,8 +81,6 @@ if [ ! "$CI" ]; then npm install npm audit fix || true - npm run locale:extract - npm run locale:compile npm run build else echo "Skipping node.js in install.sh on MacOS ci"