From c3c93fbde9bbc4986b548bcf3b4976b2d579c36a Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Sun, 15 Jun 2025 02:26:19 +0800 Subject: [PATCH] "update dev script to clear screen and run lint check" --- 03_source/frontend/scripts/00_dev.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/03_source/frontend/scripts/00_dev.sh b/03_source/frontend/scripts/00_dev.sh index 082d5f5..08393f4 100755 --- a/03_source/frontend/scripts/00_dev.sh +++ b/03_source/frontend/scripts/00_dev.sh @@ -2,6 +2,8 @@ yarn --dev +clear + while true; do # yarn tsc:print yarn lint:print