diff --git a/tools/package-release/src/commands/publish/index.ts b/tools/package-release/src/commands/publish/index.ts index 6f8a3e3c8a1..9a12656244d 100644 --- a/tools/package-release/src/commands/publish/index.ts +++ b/tools/package-release/src/commands/publish/index.ts @@ -129,7 +129,7 @@ export default class PackageRelease extends Command { if ( isValidUpdate( name, initialRelease ) ) { const cwd = getFilepathFromPackageName( name ); execSync( - `SKIP_TURBO=true pnpm publish ${ + `pnpm publish ${ dryRun ? '--dry-run' : '' } --publish-branch=${ branch }`, {