mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2025-01-06 04:07:16 +03:00
Renamed chia packages to use the @Chia-Network scope Updates build scripts to account for the scope rename (#14050)
Bump chia-blockchain-gui to 83bbca6ff2c425792eb738279ab3876a00322474
This commit is contained in:
parent
306b318bcd
commit
18b2f27813
@ -29,7 +29,7 @@ rm -rf node_modules
|
||||
|
||||
# Other than `chia-blockchain-gui/package/gui`, all other packages are no longer necessary after build.
|
||||
# Since these unused packages make cache unnecessarily fat, here unused packages are removed.
|
||||
echo "Remove unused @chia packages to make cache slim"
|
||||
echo "Remove unused @chia-network packages to make cache slim"
|
||||
ls -l packages
|
||||
rm -rf packages/api
|
||||
rm -rf packages/api-react
|
||||
@ -44,5 +44,5 @@ rm -rf electron/dist # ~186MB
|
||||
rm -rf "@mui" # ~71MB
|
||||
rm -rf typescript # ~63MB
|
||||
|
||||
# Remove `packages/gui/node_modules/@chia` because it causes an error on later `electron-packager` command
|
||||
rm -rf "@chia"
|
||||
# Remove `packages/gui/node_modules/@chia-network` because it causes an error on later `electron-packager` command
|
||||
rm -rf "@chia-network"
|
||||
|
@ -28,7 +28,7 @@ rm -rf node_modules
|
||||
|
||||
# Other than `chia-blockchain-gui/package/gui`, all other packages are no longer necessary after build.
|
||||
# Since these unused packages make cache unnecessarily fat, here unused packages are removed.
|
||||
echo "Remove unused @chia packages to make cache slim"
|
||||
echo "Remove unused @chia-network packages to make cache slim"
|
||||
ls -l packages
|
||||
rm -rf packages/api
|
||||
rm -rf packages/api-react
|
||||
@ -43,5 +43,5 @@ rm -rf electron/dist # ~186MB
|
||||
rm -rf "@mui" # ~71MB
|
||||
rm -rf typescript # ~63MB
|
||||
|
||||
# Remove `packages/gui/node_modules/@chia` because it causes an error on later `electron-packager` command
|
||||
rm -rf "@chia"
|
||||
# Remove `packages/gui/node_modules/@chia-network` because it causes an error on later `electron-packager` command
|
||||
rm -rf "@chia-network"
|
||||
|
@ -29,7 +29,7 @@ rm -rf node_modules
|
||||
|
||||
# Other than `chia-blockchain-gui/package/gui`, all other packages are no longer necessary after build.
|
||||
# Since these unused packages make cache unnecessarily fat, unused packages should be removed.
|
||||
echo "Remove unused @chia packages to make cache slim"
|
||||
echo "Remove unused @chia-network packages to make cache slim"
|
||||
ls -l packages
|
||||
rm -rf packages/api
|
||||
rm -rf packages/api-react
|
||||
@ -44,5 +44,5 @@ rm -rf electron/dist # ~186MB
|
||||
rm -rf "@mui" # ~71MB
|
||||
rm -rf typescript # ~63MB
|
||||
|
||||
# Remove `packages/gui/node_modules/@chia` because it causes an error on later `electron-packager` command
|
||||
rm -rf "@chia"
|
||||
# Remove `packages/gui/node_modules/@chia-network` because it causes an error on later `electron-packager` command
|
||||
rm -rf "@chia-network"
|
||||
|
@ -41,7 +41,7 @@ Remove-Item node_modules -Recurse -Force
|
||||
|
||||
# Other than `chia-blockchain-gui/package/gui`, all other packages are no longer necessary after build.
|
||||
# Since these unused packages make cache unnecessarily fat, unused packages should be removed.
|
||||
Write-Output "Remove unused @chia packages to make cache slim"
|
||||
Write-Output "Remove unused @chia-network packages to make cache slim"
|
||||
Remove-Item packages\api -Recurse -Force
|
||||
Remove-Item packages\api-react -Recurse -Force
|
||||
Remove-Item packages\core -Recurse -Force
|
||||
@ -55,5 +55,5 @@ Remove-Item electron\dist -Recurse -Force # ~186MB
|
||||
Remove-Item "@mui" -Recurse -Force # ~71MB
|
||||
Remove-Item typescript -Recurse -Force # ~63MB
|
||||
|
||||
# Remove `packages/gui/node_modules/@chia` because it causes an error on later `electron-packager` command
|
||||
Remove-Item "@chia" -Recurse -Force
|
||||
# Remove `packages/gui/node_modules/@chia-network` because it causes an error on later `electron-packager` command
|
||||
Remove-Item "@chia-network" -Recurse -Force
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 2a605eb5e04b2a2b72941c4a244e04d563513a77
|
||||
Subproject commit 83bbca6ff2c425792eb738279ab3876a00322474
|
Loading…
Reference in New Issue
Block a user