Skip to content

Commit

Permalink
Locale extraction and compiling is now part of run build (Chia-Networ…
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Mar 18, 2021
1 parent da57397 commit 3ca2b59
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions build_scripts/build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions build_scripts/build_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions install-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3ca2b59

Please sign in to comment.