fix(release): publish tags (#1161)

pull/1166/head
Jonathan Haines 2025-05-15 23:59:54 +10:00 committed by GitHub
parent 74d0fe0cb4
commit 1ca88da019
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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"
} }