Skip to content

Commit 2f65156

Browse files
author
azeth-sync[bot]
committed
sync: update from monorepo 2026-03-05
1 parent 024c13e commit 2f65156

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"start": "node bin/azeth.js",
3333
"test": "vitest run",
3434
"typecheck": "tsc --noEmit",
35-
"clean": "rm -rf dist"
35+
"clean": "rm -rf dist",
36+
"release": "pnpm build && changeset publish"
3637
},
3738
"dependencies": {
3839
"@azeth/common": "^0.2.0",
@@ -47,7 +48,8 @@
4748
"@hono/node-server": "^1.13.0",
4849
"typescript": "^5.7.0",
4950
"vitest": "^2.1.0",
50-
"tsx": "^4.19.0"
51+
"tsx": "^4.19.0",
52+
"@changesets/cli": "^2.27.0"
5153
},
5254
"publishConfig": {
5355
"access": "public"

0 commit comments

Comments
 (0)