From 4b1ca1cec0b99c23d2fec2ffcca4a8220aa214ff Mon Sep 17 00:00:00 2001 From: Christopher Allford <6451942+ObliviousHarmony@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:15:27 -0800 Subject: [PATCH] Removed Turbo Reference --- tools/package-release/src/commands/publish/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }`, {