Skip to content

Commit a084fbb

Browse files
Remove duplicate 'publish' argument in CLI script
1 parent b870a6e commit a084fbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/server/scripts/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ interface PublishCommandConfig {
204204

205205
const createVpPmPublishArgs = (config: PublishCommandConfig): ReadonlyArray<string> => {
206206
const args = [
207+
"publish",
207208
"--filter",
208209
"t3",
209-
"publish",
210210
"--access",
211211
config.access,
212212
"--tag",

0 commit comments

Comments
 (0)