runs your app's postinstall on this lib's postinstall
npm install postinstall-postinstallpostinstall-postinstall
===================
Run your app's postinstall npm script during this package's postinstall script.
Yarn runs the postinstall script after yarn, yarn install and yarn add but not after yarn remove . If you add this package to your project, it will execute your project's postinstall hook even after a yarn remove . This requires your postinstall script to be idempotent, because it will be run twice for yarn, yarn install, and yarn add