Skip to content

Commit

Permalink
Fix --no-nodemon in watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepyLeslie committed Jul 17, 2024
1 parent 985a568 commit 58a3870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sandbox/watch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

set -x

NO_NODEMON=false
for arg in $@; do
if [[ $arg == "--no-nodemon" ]]; then
NO_NODEMON=true
Expand Down

0 comments on commit 58a3870

Please sign in to comment.