Skip to content

Commit

Permalink
install deps from tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Jun 22, 2024
1 parent 8b132f3 commit 4350030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watch-and-repack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repack() {

# Install dependencies in prax-wallet/web
install_prax() {
(cd "$PRAX_REPO_PATH" && pnpm install)
(cd "$PRAX_REPO_PATH" && pnpm add -w ../../web/packages/*/penumbra-zone-*-*.tgz)
}

# Reload webpack
Expand Down

0 comments on commit 4350030

Please sign in to comment.