From 8c515909b93d0ff6eb4ee773dec025d6025c9854 Mon Sep 17 00:00:00 2001 From: Patsagorn Date: Mon, 4 Dec 2023 21:57:39 +0700 Subject: [PATCH] chore: Fix directory print statement --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index c59e52c..7705635 100755 --- a/build.sh +++ b/build.sh @@ -17,6 +17,9 @@ NC='\033[0m' # No Color echo -e ">> ${BLUE}Building web app...${NC}" cd web +āļ·echo -e ">> ${BLUE}Current directory: ${NC}" +echo $(pwd) + # install dependencies npm i npm run build