Skip to content

Commit

Permalink
fix spkg name in buf generate
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Jun 27, 2024
1 parent 1398ee4 commit 1cf27ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion injective-events/templates/triggers/package.json.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"codegen": "graph codegen",
"build": "graph build",
"publish": "graph publish",
"generate": "buf generate --type=\"sf.substreams.cosmos.v1.EventList\" map-events-v0.1.0.spkg#format=bin",
"generate": "buf generate --type=\"sf.substreams.cosmos.v1.EventList\" {{ $.KebabName }}-v0.1.0.spkg#format=bin",
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ {{ .Name }}",
"create-local": "graph create --node http://localhost:8020/ {{ .Name }}",
"remove-local": "graph remove --node http://localhost:8020/ {{ .Name }}",
Expand Down

0 comments on commit 1cf27ac

Please sign in to comment.