We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d2122 commit 0ef79aeCopy full SHA for 0ef79ae
package.json
@@ -24,7 +24,8 @@
24
"scripts": {
25
"start": "tsx src/index.ts",
26
"lint": "eslint .",
27
- "dev": "tsx watch --env-file=./.env src/index.ts"
+ "dev": "tsx watch --env-file=./.env src/index.ts",
28
+ "release": "pnpm publish --access public --no-git-checks"
29
},
30
"dependencies": {
31
"@hono/node-server": "^1.8.2",
0 commit comments