Skip to content

Commit 4b36220

Browse files
committed
Add publish-backports command
1 parent cfcece3 commit 4b36220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"docs": "yarn workspaces foreach --all --topological-dev --parallel --verbose run docs",
3838
"pack-web": "yarn workspaces foreach --all --topological-dev --parallel --verbose run pack-web",
3939
"publish-next": "yarn workspaces foreach --all --no-private exec yarn npm publish --tag next",
40+
"publish-backports": "yarn workspaces foreach --all --no-private exec yarn npm publish --tag backports-unsorted",
4041
"publish-latest": "yarn workspaces foreach --all --no-private exec yarn npm publish"
4142
},
4243
"devDependencies": {

0 commit comments

Comments
 (0)