Skip to content

Commit

Permalink
fix: generate-metadata-solochain task
Browse files Browse the repository at this point in the history
  • Loading branch information
tenequm committed Mar 5, 2024
1 parent 80fb14d commit a7b7ef3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/types/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"options": {
"cwd": "packages/types",
"command": "echo '{\"id\":1,\"jsonrpc\":\"2.0\",\"method\":\"state_getMetadata\",\"params\":[]}' | websocat -n1 -B 99999999 ws://127.0.0.1:9946 > metadata.json"
},
}
},
"generate-metadata-solochain": {
"executor": "nx:run-commands",
"options": {
Expand Down

0 comments on commit a7b7ef3

Please sign in to comment.