Skip to content

Commit

Permalink
Bump chia-blockchain-gui to 2.1.1-rc1 (#16546)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Marslender <[email protected]>
  • Loading branch information
paninaro and cmmarslender committed Oct 10, 2023
1 parent f2cc5db commit 1b66df3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build_scripts/build_windows-1-gui.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ $Env:NODE_OPTIONS = "--max-old-space-size=3000"

Write-Output "lerna clean -y"
npx lerna clean -y
# Do core first, so that electron is already done there to avoid a race condition
Write-Output "npm ci --workspace @chia-network/core"
npm ci --workspace @chia-network/core
Write-Output "npm ci"
npm ci
# Audit fix does not currently work with Lerna. See https://github.com/lerna/lerna/issues/1663
Expand Down
2 changes: 1 addition & 1 deletion chia-blockchain-gui

0 comments on commit 1b66df3

Please sign in to comment.