Skip to content

Commit

Permalink
Use npm pack for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikowski committed Mar 7, 2024
1 parent bf83a03 commit 7b4a460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install-local-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ set -eu
cd "$GITHUB_WORKSPACE"

npm i
(cd chain-cli && ../npm-pack-and-replace.sh --skipConfirmation && npm link)
(cd chain-cli && ../npm-pack-and-replace.sh --skipConfirmation && npm pack && npm i -g gala-chain-cli-*)

galachain --help

0 comments on commit 7b4a460

Please sign in to comment.