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.
I run
corepack useto update thepackageManagerfield in mypackage.json. But, this also triggerspnpm installafter updating thepackage.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 theuseandupcommands for this purpose.