Update entr.sh

This commit is contained in:
Austen Adler 2021-10-12 17:15:14 -04:00
parent 45c732a0d2
commit 4aa5fe8df4

View File

@ -8,7 +8,7 @@ function cargo_cmd() {
} }
( (
cd ./liveview-rust/js/ cd ./webui/liveview-rust/js/
npm run-script build npm run-script build
) & ) &
@ -22,5 +22,5 @@ EOF
{ {
fd -tf -ers -ehtml fd -tf -ers -ehtml
fd -tf liveview-dev.js fd -tf liveview-dev.js
printf "%s\n" "Cargo.toml" fd -tf Cargo.toml
} | entr bash -c "${CMD}" } | entr bash -c "${CMD}"