Skip to content

Commit 387f172

Browse files
authored
Update readme (#939)
1 parent 14fd210 commit 387f172

File tree

1 file changed

+1
-1
lines changed
  • governance/xc_admin/packages/xc_admin_cli

1 file changed

+1
-1
lines changed

governance/xc_admin/packages/xc_admin_cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To activate a transaction:
2727

2828
```
2929
npm install
30-
npx lerna run build --scope "xc_admin_common"
30+
npx lerna run build --scope "xc_admin_common" --include-dependencies
3131
npx ts-node src/index.ts activate -t <TRANSACTION_HASH> -c <CLUSTER: [mainnet|devnet|testnet] -v <VAULT_ADDRESS> -w <WALLET_SECRET_KEY_FILEPATH: [filepath|"ledger"]> -lda <LEDGER_DERIVATION_ACCOUNT> -ldc <LEDGER_DERIVATION_CHANGE>
3232
3333
```

0 commit comments

Comments
 (0)