-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] npm install script override works like postinstall #1196
Comments
please do not look at it |
This was referenced Nov 30, 2023
This was referenced Dec 1, 2023
This was referenced Oct 21, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
What / Why
We're using
yarn
to manage workspaces, I thought I'd be nice to avoid any related overhead in the manual and just overrideinstall
withyarn
. It works and does not go into recursion, butnpm
still definitely does the installation before it firesyarn
.When
example above
Where
in scripts
How
Current Behavior
npm install
still installs and then echoesSteps to Reproduce
npm install
Expected Behavior
npm install
only echoesWho
me?
References
didn't find any
The text was updated successfully, but these errors were encountered: