Skip to content

Commit f364eb0

Browse files
committed
chore: remove default param
1 parent 7fc3a9b commit f364eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"build": "tsup && tsx scripts/postbuild.mts",
7373
"dev": "pnpm run -C playground dev",
7474
"test": "vitest",
75-
"release": "bumpp --commit --push --tag && pnpm publish",
75+
"release": "bumpp && pnpm publish",
7676
"benchmark": "node benchmark/index.mjs",
7777
"prepublishOnly": "pnpm run build"
7878
},

0 commit comments

Comments
 (0)