Skip to content

Commit

Permalink
fix: build, generate only neutron chain code in example
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Jan 10, 2024
1 parent 54393db commit e16451b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wagemos-graz-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typecheck": "tsc --noEmit",
"lint": "next lint",
"postinstall": "pnpm generate",
"generate": "graz generate -g -b"
"generate": "graz generate -g -M neutron"
},
"dependencies": {
"@abstract-money/core": "workspace:*",
Expand Down

0 comments on commit e16451b

Please sign in to comment.