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 2554e6b commit c2ba1b7Copy full SHA for c2ba1b7
package.json
@@ -26,7 +26,7 @@
26
"prepare": "simple-git-hooks",
27
"prepack": "pnpm build",
28
"prepublishOnly": "pnpm lint && pnpm test",
29
- "release": "bumpp && npm publish",
+ "release": "bumpp",
30
"test": "pnpm test:unit --coverage && pnpm test:types",
31
"test:unit": "vitest",
32
"test:types": "tsc --noEmit"
0 commit comments