Skip to content

Commit 227781a

Browse files
committed
[FIX] npm scripts
1 parent a192d5c commit 227781a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-tools-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"release:patch": "pnpm version patch",
4242
"release:minor": "pnpm version minor",
4343
"release:major": "pnpm version major",
44-
"postversion": "git add . && git commit -m '[UPDATE] version' && git push && pnpm publish --access public",
44+
"postversion": "git add . && git commit -m '[UPDATE] version' && git push --follow-tags && pnpm publish --access public",
4545
"preview": "vite preview",
4646
"prepare": "pnpm run build",
4747
"prepublishOnly": "pnpm run lint"

0 commit comments

Comments
 (0)