Skip to content

Commit c07bb84

Browse files
committed
chore: 🤖 调整 package.json,执行 release 即可
1 parent 96153c7 commit c07bb84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"test:dev": "vitest",
5858
"test:coverage": "vitest run --coverage",
5959
"test:ui": "vitest --ui",
60-
"release": "pnpm build && bumpp --commit --push --tag && pnpm publish --no-git-checks",
60+
"release": "pnpm build && bumpp --commit --push --tag",
61+
"publish": "pnpm publish --no-git-checks",
6162
"prepare": "pnpm build && simple-git-hooks",
6263
"lint:package": "publint",
6364
"type-check": "tsc --noEmit"

0 commit comments

Comments
 (0)