diff --git a/scripts/bootstrap.cjs b/scripts/bootstrap.cjs index da3d4404..57e293ce 100644 --- a/scripts/bootstrap.cjs +++ b/scripts/bootstrap.cjs @@ -6,10 +6,6 @@ module.exports = { return { hooks: { afterAllInstalled(project, options) { - if (process.env.POD_INSTALL === '0') { - return; - } - if ( options && (options.mode === 'update-lockfile' ||