From 58a3870c1d49dcb9114731f2e997b1fa539b0f56 Mon Sep 17 00:00:00 2001 From: "Leslie H." Date: Wed, 17 Jul 2024 11:17:32 -0400 Subject: [PATCH] Fix --no-nodemon in watch script --- sandbox/watch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sandbox/watch.sh b/sandbox/watch.sh index 2acfc084e6d..200268d2b92 100755 --- a/sandbox/watch.sh +++ b/sandbox/watch.sh @@ -2,6 +2,7 @@ set -x +NO_NODEMON=false for arg in $@; do if [[ $arg == "--no-nodemon" ]]; then NO_NODEMON=true