mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-29 05:18:11 +03:00
Locale extraction and compiling is now part of run build (#1348)
This commit is contained in:
parent
da57397087
commit
3ca2b59eed
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user