Skip to content

Commit

Permalink
fix: postinstall-prepare
Browse files Browse the repository at this point in the history
Move `postinstall-prepare` to devDependencies to prevent `patch-package`
from executing during `yarn install --production`
  • Loading branch information
icirellik committed Sep 13, 2021
1 parent 5657688 commit b7d232a
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 @@ -87,7 +87,6 @@
"numeral": "1.5.6",
"opentracing": "0.14.1",
"performance-now": "2.1.0",
"postinstall-prepare": "1.0.1",
"proportional-scale": "4.0.0",
"qs": "6.9.1",
"rate-limit-memcached": "0.6.0",
Expand Down Expand Up @@ -140,6 +139,7 @@
"jest-extended": "0.11.5",
"lint-staged": "7.3.0",
"patch-package": "6.2.2",
"postinstall-prepare": "1.0.1",
"prettier": "2.0.5",
"sinon": "1.17.7",
"superagent": "3.8.3",
Expand Down

0 comments on commit b7d232a

Please sign in to comment.