Skip to content

Commit

Permalink
better release script
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Oct 18, 2023
1 parent bfabb46 commit 2272cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"patch": "pnpm version --patch && git push --follow-tags",
"revert-name": "pnpm pkg set 'name'='@0xsequence/design-system'",
"change-name-kit": "pnpm pkg set 'name'='@0xsequence/design-system-kit'",
"release": "pnpm build && npm publish && pnpm build:kit && npm publish"
"release": "pnpm build && npm publish && pnpm build:kit && npm publish && pnpm revert-name"
},
"dependencies": {
"@radix-ui/react-aspect-ratio": "^1.0.3",
Expand Down

0 comments on commit 2272cf4

Please sign in to comment.