Skip to content

Commit

Permalink
Merge pull request #45615 from fabioh8010/feature/apply-patches-scrip…
Browse files Browse the repository at this point in the history
…t-coloring

[No QA] Restore patch-package output colouring
  • Loading branch information
mountiny authored Jul 19, 2024
2 parents edc39fb + f1f9891 commit 72118a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/applyPatches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source "$SCRIPTS_DIR/shellUtils.sh"
function patchPackage {
OS="$(uname)"
if [[ "$OS" == "Darwin" || "$OS" == "Linux" ]]; then
npx patch-package --error-on-fail
npx patch-package --error-on-fail --color=always
else
error "Unsupported OS: $OS"
exit 1
Expand Down

0 comments on commit 72118a0

Please sign in to comment.