We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-workspaces
1 parent b2da0b3 commit 5471c0fCopy full SHA for 5471c0f
scripts/release/publish.ts
@@ -44,7 +44,7 @@ export async function publish(options: {
44
)
45
}
46
47
- execSync(`${npmPublish} --verbose`, { cwd: pkg.path })
+ execSync(`${npmPublish} --no-workspaces`, { cwd: pkg.path })
48
49
50
if (dryRun) {
0 commit comments