fix(release): publish tags (#1161)
parent
74d0fe0cb4
commit
1ca88da019
|
@ -10,7 +10,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn workspaces foreach --all --topological --verbose run build",
|
"build": "yarn workspaces foreach --all --topological --verbose run build",
|
||||||
"publint": "yarn workspaces foreach --all --topological --verbose run publint",
|
"publint": "yarn workspaces foreach --all --topological --verbose run publint",
|
||||||
"publish": "yarn workspaces foreach --all --no-private --topological --verbose npm publish --tolerate-republish",
|
"publish": "yarn workspaces foreach --all --no-private --topological --verbose npm publish --tolerate-republish && changeset tag",
|
||||||
"typecheck": "yarn tsc --build",
|
"typecheck": "yarn tsc --build",
|
||||||
"typecheck:clean": "yarn tsc --build --clean",
|
"typecheck:clean": "yarn tsc --build --clean",
|
||||||
"typecheck:watch": "yarn tsc --build --watch",
|
"typecheck:watch": "yarn tsc --build --watch",
|
||||||
|
@ -45,4 +45,4 @@
|
||||||
"vitest": "^3.0.8"
|
"vitest": "^3.0.8"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.0.2"
|
"packageManager": "yarn@4.0.2"
|
||||||
}
|
}
|
Loading…
Reference in New Issue