Skip to content

Commit

Permalink
Attempt script on linux too
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jul 9, 2024
1 parent eaca18b commit 331bc7e
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 @@ -15,7 +15,7 @@ function patchPackage {
script -q /dev/null npx patch-package --error-on-fail
elif [[ "$OS" == "Linux" ]]; then
# Ubuntu/Linux
npx patch-package --error-on-fail
script -q -c "npx patch-package --error-on-fail" /dev/null
else
error "Unsupported OS: $OS"
fi
Expand Down

0 comments on commit 331bc7e

Please sign in to comment.