We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024c13e commit 2f65156Copy full SHA for 2f65156
1 file changed
package.json
@@ -32,7 +32,8 @@
32
"start": "node bin/azeth.js",
33
"test": "vitest run",
34
"typecheck": "tsc --noEmit",
35
- "clean": "rm -rf dist"
+ "clean": "rm -rf dist",
36
+ "release": "pnpm build && changeset publish"
37
},
38
"dependencies": {
39
"@azeth/common": "^0.2.0",
@@ -47,7 +48,8 @@
47
48
"@hono/node-server": "^1.13.0",
49
"typescript": "^5.7.0",
50
"vitest": "^2.1.0",
- "tsx": "^4.19.0"
51
+ "tsx": "^4.19.0",
52
+ "@changesets/cli": "^2.27.0"
53
54
"publishConfig": {
55
"access": "public"
0 commit comments