Removed Turbo Reference

This commit is contained in:
Christopher Allford 2023-11-16 13:15:27 -08:00
parent 5200c2e97f
commit 4b1ca1cec0
1 changed files with 1 additions and 1 deletions

View File

@ -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 }`,
{