Skip to content

Commit 52dfd31

Browse files
committed
chore: 更新发布脚本以包含构建步骤
1 parent 3a7a155 commit 52dfd31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test": "vitest",
3838
"test:coverage": "vitest run --coverage",
3939
"test:ui": "vitest --ui",
40-
"release": "bumpp --commit --push --tag",
40+
"release": "pnpm build && bumpp --commit --push --tag && pnpm publish --no-git-checks",
4141
"postinstall": "simple-git-hooks",
4242
"type-check": "tsc --noEmit"
4343
},

0 commit comments

Comments
 (0)