Skip to content

Commit

Permalink
chore: Fix directory print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsgrn committed Dec 4, 2023
1 parent 92895b5 commit 8c51590
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c51590

Please sign in to comment.