Skip to content

Commit 1ea92c9

Browse files
authored
fix(governance/xc_admin/cli): update pnpm script (#1804)
1 parent 78cb03a commit 1ea92c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

governance/xc_admin/packages/xc_admin_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"build": "tsc",
1919
"format": "prettier --write \"src/**/*.ts\"",
20-
"cli": "pnpm run build && node lib/cli.js"
20+
"cli": "pnpm run build && node lib/index.js"
2121
},
2222
"dependencies": {
2323
"@coral-xyz/anchor": "^0.29.0",

0 commit comments

Comments
 (0)