Removed Turbo Reference
This commit is contained in:
parent
5200c2e97f
commit
4b1ca1cec0
|
@ -129,7 +129,7 @@ export default class PackageRelease extends Command {
|
||||||
if ( isValidUpdate( name, initialRelease ) ) {
|
if ( isValidUpdate( name, initialRelease ) ) {
|
||||||
const cwd = getFilepathFromPackageName( name );
|
const cwd = getFilepathFromPackageName( name );
|
||||||
execSync(
|
execSync(
|
||||||
`SKIP_TURBO=true pnpm publish ${
|
`pnpm publish ${
|
||||||
dryRun ? '--dry-run' : ''
|
dryRun ? '--dry-run' : ''
|
||||||
} --publish-branch=${ branch }`,
|
} --publish-branch=${ branch }`,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue