From 4aa5fe8df40139b80acb00c47740f6619ce4e2ac Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Tue, 12 Oct 2021 17:15:14 -0400 Subject: [PATCH] Update entr.sh --- entr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entr.sh b/entr.sh index 3e4fb3e..18f70e6 100755 --- a/entr.sh +++ b/entr.sh @@ -8,7 +8,7 @@ function cargo_cmd() { } ( - cd ./liveview-rust/js/ + cd ./webui/liveview-rust/js/ npm run-script build ) & @@ -22,5 +22,5 @@ EOF { fd -tf -ers -ehtml fd -tf liveview-dev.js - printf "%s\n" "Cargo.toml" + fd -tf Cargo.toml } | entr bash -c "${CMD}"