I’ve added yarn lifecycle methods in my package.json under the scripts section. However, when I run the command ‘yarn install’, the following lifecycle methods are not being called.
“preinstall”: “echo ‘preinstall'”,
“install”: “echo ‘install'”,
“postinstall”: “echo ‘postinstall'”,
“prepublish”: “echo ‘prepublish'”,
% yarn –version : 3.6.4
React Native 0.74.2 yarn lifecycle method is not called after running ‘yarn install’
Yarn