We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78cb03a commit 1ea92c9Copy full SHA for 1ea92c9
governance/xc_admin/packages/xc_admin_cli/package.json
@@ -17,7 +17,7 @@
17
"scripts": {
18
"build": "tsc",
19
"format": "prettier --write \"src/**/*.ts\"",
20
- "cli": "pnpm run build && node lib/cli.js"
+ "cli": "pnpm run build && node lib/index.js"
21
},
22
"dependencies": {
23
"@coral-xyz/anchor": "^0.29.0",
0 commit comments