Skip to content

Commit

Permalink
hmr script (#50)
Browse files Browse the repository at this point in the history
* hmr script for prax

* install deps from tarballs

* dynamically reload webpack

* remove existing tarballs

* pm2 process management dep

* lockfile

* kill webpack

* update lock to fix ci

* suggestions

* more suggestions

* use kill for pid

* fail on unset env vars

* fix lockfile

* lock galore
  • Loading branch information
TalDerei committed Jun 27, 2024
1 parent 200c492 commit 4480b31
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 156 deletions.
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

0 comments on commit 4480b31

Please sign in to comment.