Skip to content

Commit

Permalink
chore: use --no-workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Apr 14, 2022
1 parent b2da0b3 commit 5471c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/publish.ts
Expand Up @@ -44,7 +44,7 @@ export async function publish(options: {
)
}

execSync(`${npmPublish} --verbose`, { cwd: pkg.path })
execSync(`${npmPublish} --no-workspaces`, { cwd: pkg.path })
}

if (dryRun) {
Expand Down

0 comments on commit 5471c0f

Please sign in to comment.