Skip to content

Commit

Permalink
Add changeset command to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendra790 committed Dec 12, 2023
1 parent e2fa199 commit 5ba54eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/serious-houses-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@mohalla-tech/atomizer-tailwindcss-migrator': major
---

Major release

this is stable release, with all the features implemented.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"ci:publish": "pnpm publish --no-git-checks --access public",
"lint": "eslint . --ext .js",
"ci:release": "changeset publish"
"ci:release": "changeset publish",
"changeset": "changeset"
},
"bin": {
"tw-mg": "./src/index.js"
Expand Down

0 comments on commit 5ba54eb

Please sign in to comment.