Skip to content

Commit 0ef79ae

Browse files
committed
package: add release script
1 parent a4d2122 commit 0ef79ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"scripts": {
2525
"start": "tsx src/index.ts",
2626
"lint": "eslint .",
27-
"dev": "tsx watch --env-file=./.env src/index.ts"
27+
"dev": "tsx watch --env-file=./.env src/index.ts",
28+
"release": "pnpm publish --access public --no-git-checks"
2829
},
2930
"dependencies": {
3031
"@hono/node-server": "^1.8.2",

0 commit comments

Comments
 (0)