Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Postinstall script specified in the package.json is not being executed after yarn add PACKAGE_NAME
If the current behavior is a bug, please provide the steps to reproduce.
If it can depend on the specifics of the script I can put together a repo to reproduce.
What is the expected behavior?
Postinstall script should be executed after yarn add installs the package. The script is being installed without any issues within npm install.
Please mention your node.js, yarn and operating system version.
node - 9.7.1
yarn - 1.5.1
MacOS Sierra
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Postinstall script specified in the
package.jsonis not being executed afteryarn add PACKAGE_NAMEIf the current behavior is a bug, please provide the steps to reproduce.
If it can depend on the specifics of the script I can put together a repo to reproduce.
What is the expected behavior?
Postinstall script should be executed after
yarn addinstalls the package. The script is being installed without any issues withinnpm install.Please mention your node.js, yarn and operating system version.
node - 9.7.1
yarn - 1.5.1
MacOS Sierra