[message-buffer] Fix setup message buffer command (#828)
This commit is contained in:
parent
fbcb8a14f6
commit
5a75653969
|
@ -2,7 +2,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
|
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
|
||||||
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check",
|
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check",
|
||||||
"init-buffer": "yarn ts-node scripts/initialize-buffer.ts"
|
"init-buffer": "yarn ts-node scripts/setup_message_buffer.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@coral-xyz/anchor": "^0.27.0",
|
"@coral-xyz/anchor": "^0.27.0",
|
||||||
|
|
Loading…
Reference in New Issue