Skip to content

Commit 51ceccf

Browse files
authored
Pass publish-branch v2 to pnpm (microsoft#3129)
1 parent 2d57f9d commit 51ceccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
]
5454
},
5555
"scripts": {
56-
"ci:publish": "pnpm changeset tag && pnpm publish -r",
56+
"ci:publish": "pnpm changeset tag && pnpm publish -r --publish-branch v2",
5757
"bootstrap": "pnpm -r run bootstrap && BOOTSTRAPPING=true pnpm -r run build",
5858
"start": "concurrently -p \"[{name}]\" -n \"BUILD,SITE\" -c \"bgBlue.bold,bgMagenta.bold\" \"node watcher.js\" \"pnpm run --filter=typescriptlang-org start\"",
5959
"build": "pnpm run --filter=!typescriptlang-org build",

0 commit comments

Comments
 (0)