Skip to content

Commit f7cafa7

Browse files
committed
bettere scaping
1 parent b727e57 commit f7cafa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async function publishPackages(packages, tag, options = {}) {
103103

104104
// Add package filters
105105
packages.forEach((pkg) => {
106-
args.push(`--filter=${pkg.name}`);
106+
args.push('--filter', pkg.name);
107107
});
108108

109109
// Add conditional flags

0 commit comments

Comments
 (0)