Skip to content

Commit

Permalink
fix(package.json): remove error on warn failing on yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthD authored and duvallj committed Apr 10, 2024
1 parent e7f836a commit 00e282d
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 @@ -45,7 +45,7 @@
"temp": "^0.9.4"
},
"scripts": {
"postinstall": "patch-package --error-on-warn",
"postinstall": "patch-package",
"build": "node scripts/build-from-source.js",
"make-prebuilt": "node scripts/make-prebuilt.js",
"install-example": "node scripts/install-example.js",
Expand Down

0 comments on commit 00e282d

Please sign in to comment.