-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Description
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
tiagocpontesp, Tom-Bonnike, nevir, verekia, vith and 53 more