[message-buffer] Fix setup message buffer command (#828)

This commit is contained in:
Ali Behjati 2023-05-23 15:30:52 +02:00 committed by GitHub
parent fbcb8a14f6
commit 5a75653969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"scripts": {
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"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": {
"@coral-xyz/anchor": "^0.27.0",