Skip to content

Commit

Permalink
Redirected Stylelint STDERR to STDOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-mccutchen committed Feb 5, 2024
1 parent 4a97984 commit df6e28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ __run_stylelint() {
cmd="${cmd} --ignore-pattern='${INPUT_STYLELINT_IGNORE}'"
fi

npx --no-install -c "${cmd}"
npx --no-install -c "${cmd}" 2>&1
}

__run_reviewdog() {
Expand Down

0 comments on commit df6e28f

Please sign in to comment.