diff --git a/package.json b/package.json index dae4347f..4327afbf 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "build": "yarn workspaces foreach --all --topological --verbose run build", "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:clean": "yarn tsc --build --clean", "typecheck:watch": "yarn tsc --build --watch", @@ -45,4 +45,4 @@ "vitest": "^3.0.8" }, "packageManager": "yarn@4.0.2" -} +} \ No newline at end of file