Locale extraction and compiling is now part of run build (#1348)

This commit is contained in:
Gene Hoffman 2021-03-17 09:09:17 -07:00
parent da57397087
commit 3ca2b59eed
3 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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"