You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run corepack use to update the packageManager field in my package.json. But, this also triggers pnpm install after updating the package.json.
I went through the code, and it isn't possible to skip the execution of the install script.
If I missed something, please refer me to the solution. Or, if this is not currently possible, will the team be okay with the implementation of a flag, say skip-install, for the use and up commands for this purpose.