We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7a155 commit 52dfd31Copy full SHA for 52dfd31
1 file changed
package.json
@@ -37,7 +37,7 @@
37
"test": "vitest",
38
"test:coverage": "vitest run --coverage",
39
"test:ui": "vitest --ui",
40
- "release": "bumpp --commit --push --tag",
+ "release": "pnpm build && bumpp --commit --push --tag && pnpm publish --no-git-checks",
41
"postinstall": "simple-git-hooks",
42
"type-check": "tsc --noEmit"
43
},
0 commit comments