Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hmr script #50

Merged
merged 17 commits into from
Jun 27, 2024
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"postinstall": "syncpack list-mismatches",
"pretest": "playwright install",
"test": "turbo test",
"test:rust": "turbo test:rust"
"test:rust": "turbo test:rust",
"watch-and-repack": "./watch-and-repack.sh"
},
"dependencies": {
"@buf/cosmos_ibc.bufbuild_es": "1.10.0-20240625204953-f66a294d94c4.1",
Expand Down
Loading
Loading