Skip to content

Commit 5471c0f

Browse files
committed
chore: use --no-workspaces
See: npm/cli#4605 (comment)
1 parent b2da0b3 commit 5471c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export async function publish(options: {
4444
)
4545
}
4646

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

5050
if (dryRun) {

0 commit comments

Comments
 (0)