Skip to content

Commit

Permalink
Print build output in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed Aug 8, 2023
1 parent 0ead748 commit 69d3d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildBlog
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ shift $((OPTIND - 1))
# build the blog
echo -e "${GREEN}Building blog...${NC}"

npm run build >/dev/null 2>/dev/null
npm run build
doesBuild=$?

if [ $doesBuild -ne 0 ]
Expand Down

0 comments on commit 69d3d0c

Please sign in to comment.