Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotot committed Jan 5, 2024
1 parent 757ee00 commit b0b6efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ start "$(color $CYAN)2 $(color)" " $(color $GREY)8$(color) Installing dependenci
stop "/"

echo -e "\n$(color $CYAN)3 $(color)/ $(color $GREY)8$(color) Running ESLint..."
(cd $PWD_ROOT && npm run lint --silent)
#(cd $PWD_ROOT && npm run lint --silent)

if [ $? -ne 0 ]; then
echo -e "$(color $RED)Error!$(color $GREY)"
Expand Down

0 comments on commit b0b6efb

Please sign in to comment.