Open
Description
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Yarn doesn't execute the post-install scripts while npm5 does
If the current behavior is a bug, please provide the steps to reproduce.
Try to install this repository Andarist/babel-plugin-annotate-pure-calls#babel7
. If I install through npm, I get
.
If I install through yarn, I get
.
I think the problem is in post-install scripts because if I go exactly in module folder and npm run build
- I get the lib folder. But how other files are removed, I don't know
What is the expected behavior?
Same as npm5
Please mention your node.js, yarn and operating system version.
node - 8.6.0
yarn - 1.3.2
windows 7