Skip to content

Commit 9fe03b5

Browse files
authored
chore: fix release command (#65)
1 parent 778c66d commit 9fe03b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hono-react-router-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "tsup",
1313
"watch": "tsup --watch",
1414
"prerelease": "bun run build && bun run test",
15-
"release": "bun publish"
15+
"release": "bun run np"
1616
},
1717
"files": [
1818
"dist"

0 commit comments

Comments
 (0)