Skip to content

Commit

Permalink
erro on fail for patch package
Browse files Browse the repository at this point in the history
  • Loading branch information
owencraston committed Feb 12, 2025
1 parent 176cb41 commit 74cb6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const jetifyTask = {
const patchPackageTask = {
title: 'Patch npm packages',
task: async () => {
await $`yarn patch-package`;
await $`yarn patch-package --error-on-fail`;
},
};

Expand Down

0 comments on commit 74cb6bc

Please sign in to comment.