Skip to content

Commit

Permalink
Add changeset version and release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendra790 committed Dec 12, 2023
1 parent 5968535 commit 9ade59e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "index.js",
"scripts": {
"ci:publish": "pnpm publish --no-git-checks --access public",
"lint": "eslint . --ext .js"
"lint": "eslint . --ext .js",
"changeset:version": "changeset version && git add --all",
"changeset:release": "changeset publish"
},
"bin": {
"tw-mg": "./src/index.js"
Expand Down

0 comments on commit 9ade59e

Please sign in to comment.