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 7fc3a9b commit f364eb0Copy full SHA for f364eb0
package.json
@@ -72,7 +72,7 @@
72
"build": "tsup && tsx scripts/postbuild.mts",
73
"dev": "pnpm run -C playground dev",
74
"test": "vitest",
75
- "release": "bumpp --commit --push --tag && pnpm publish",
+ "release": "bumpp && pnpm publish",
76
"benchmark": "node benchmark/index.mjs",
77
"prepublishOnly": "pnpm run build"
78
},
0 commit comments