Skip to content

Commit

Permalink
fix(governance/xc_admin/cli): update pnpm script (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bahjati authored Jul 29, 2024
1 parent 78cb03a commit 1ea92c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion governance/xc_admin/packages/xc_admin_cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"cli": "pnpm run build && node lib/cli.js"
"cli": "pnpm run build && node lib/index.js"
},
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
Expand Down

0 comments on commit 1ea92c9

Please sign in to comment.