We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96153c7 commit c07bb84Copy full SHA for c07bb84
1 file changed
package.json
@@ -57,7 +57,8 @@
57
"test:dev": "vitest",
58
"test:coverage": "vitest run --coverage",
59
"test:ui": "vitest --ui",
60
- "release": "pnpm build && bumpp --commit --push --tag && pnpm publish --no-git-checks",
+ "release": "pnpm build && bumpp --commit --push --tag",
61
+ "publish": "pnpm publish --no-git-checks",
62
"prepare": "pnpm build && simple-git-hooks",
63
"lint:package": "publint",
64
"type-check": "tsc --noEmit"
0 commit comments