Skip to content

Commit

Permalink
Add --error-on-warn to patch-package
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Nov 3, 2022
1 parent 2e99549 commit 575e453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dev": "yarn workspace @apps/site dev",
"dev:seed-db": "yarn workspace @apps/site dev:seed-db",
"dev:db": "yarn workspace @apps/site dev:db",
"prepare": "patch-package && turbo run codegen && turbo run build \"--filter=!./apps/*\""
"prepare": "patch-package --error-on-warn && turbo run codegen && turbo run build \"--filter=!./apps/*\""
},
"lint-staged": {
"**": [
Expand Down

0 comments on commit 575e453

Please sign in to comment.