[Bug?]: plugin-version
doesn't call postversion
lifecycle script
#6620
Labels
bug
Something isn't working
plugin-version
doesn't call postversion
lifecycle script
#6620
Self-service
Describe the bug
I switched from Yarn v1 to v3. But the postinstall hook doesn't work in it.
To reproduce
Steps:
yarn plugin import version
to install the pluginpostversion
script toscripts
section of yourpackage.json
(ex.:"postversion": "echo \"Test postversion hook\""
)yarn version minor
(ormajor
, orpatch
)Expected result:
postversion
script runsActual result:
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: